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