Wiki » History » Version 12
iri, 04/06/2011 03:37 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 | 10 | iri | This documentation is updated every day. |
10 | 9 | iri | |
11 | 12 | iri | * *[[About GTK+ 2.0 / 3.0]]* : Files to compile ... |
12 | 1 | iri | |
13 | 12 | iri | * *[[Compilation]]* : How to compile 2dgtk+ ? |
14 | 1 | iri | |
15 | 12 | iri | * *[[Installation]]* : How to install this library on your system |
16 | 10 | iri | |
17 | 12 | iri | * *[[API]]* : Scol functions currently availables. |
18 | 10 | iri | |
19 | 12 | iri | * *[[Examples]]* : Some examples to use the 2dgtk+ library |