Project

General

Profile

Fundamentals » History » Revision 6

Revision 5 (iri, 03/25/2011 01:40 PM) → Revision 6/7 (iri, 03/25/2011 02:09 PM)

h1. Fundamentals 

 h2. ObjGtkWidget 

 The Scol type for all widgets 

 h2. ObjGtkPix 

 The Scol type for the images resources 


 h2. _gtkMain 

 Runs the main loop until _gtkMainQuit is called.  
 It must call at last, when all the interface is loaded 

 h3. Prototype : fun [] I 

 h2. _gtkMainQuit 

 Stops the last loop launched by _gtkMain. 

 h3. Prototype : fun [] I 

 h2. _gtkMainLevel : 

 Returns the current nesting level of the main loop. 

 h3. Prototype : fun [] I 


 h2. _gtkVersionLib : 

 Returns the current library version. 

 h3. Prototype : fun [] S 

 h2. _gtkVersionGtk : 

 Returns the current GTK+ version - fun [] [I I I] (Major Minor Micro) 
 Note : from the GTK+ libraries linked (except if called from GTK 2.x, from the headers) 

 h3. Prototype : fun [] [I I I] 

 h2. _gtkVersionGLib : 

 Returns the current GLib version - fun [] [I I I] (Major Minor Micro) 
 Note : from the GLib libraries linked. 

 h3. Prototype : fun [] [I I I] 

 h2. _gtkVersionGPix : 

 Return the current GdkPixbuf library version 

 h3. Prototype : fun [] [I I I] 

 Return [[API]]