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