Project

General

Profile

Wiki » History » Version 9

iri, 02/23/2011 04:48 PM

1 1 iri
h1. Lib2dGtk
2
3
*GTK+ support to Scol*
4
5
This library is in development yet. The GTK+ supported is 3.0. A complied binary with the version 2.22 (last branch 2.x) should be available.
6 8 iri
You can define the flag 'SCOL_GTK_2' in include/main.h file if you want GTK+ 2.x compatibility only (except GtkBuilder) :
7 6 iri
@#define SCOL_GTK_2@
8 1 iri
9 9 iri
Add this line to your usm.ini :
10
@plugin plugins/2dgtk.dll SCOLload2dGTK SCOLfree2dGTK@
11
12 2 iri
[[Compilation]] :
13 1 iri
14 3 iri
[[API]] :
15 4 iri
16
[[Examples]]