Fundamentals » History » Version 2
iri, 02/22/2011 02:01 AM
1 | 1 | iri | h1. Fundamentals |
---|---|---|---|
2 | |||
3 | 2 | iri | * ObjGtkWidget |
4 | > The Scol type for all widgets |
||
5 | |||
6 | |||
7 | 1 | iri | * _gtkMain |
8 | > Runs the main loop until _gtkMainQuit is called. |
||
9 | > It must call at last, when all the interface is loaded |
||
10 | > |
||
11 | > h3. Prototype : |
||
12 | > fun [] I |
||
13 | |||
14 | * _gtkMainQuit |
||
15 | > Stops the last loop launched by _gtkMain. |
||
16 | > h3. Prototype : |
||
17 | > fun [] I |
||
18 | |||
19 | * _gtkMainLevel : |
||
20 | > Returns the current nesting level of the main loop. |
||
21 | > h3. Prototype : |
||
22 | > fun [] I |
||
23 | |||
24 | |||
25 | * _gtkVersionLib : |
||
26 | > Returns the current library version. |
||
27 | > h3. Prototype : |
||
28 | > fun [] S |
||
29 | |||
30 | * _gtkVersionGtk : |
||
31 | > Returns the current GTK version - fun [] [I I I] (Major Minor Micro) |
||
32 | > Note : from the GTK+ libraries linked (except if called from GTK 2.x, from the headers) |
||
33 | > h3. Prototype : |
||
34 | > fun [] [I I I] |
||
35 | |||
36 | * _gtkVersionGLib : |
||
37 | > Returns the current GTK version - fun [] [I I I] (Major Minor Micro) |
||
38 | > Note : from the GTK+ libraries linked. |
||
39 | > h3. Prototype : |
||
40 | > fun [] [I I I] |
||
41 | |||
42 | Return [[API]] |