Project

General

Profile

Fundamentals » History » Revision 3

Revision 2 (iri, 02/22/2011 02:01 AM) → Revision 3/7 (iri, 02/22/2011 02:13 AM)

h1. Fundamentals 

 * ObjGtkWidget 
 > The Scol type for all widgets 


 * _gtkMain 
 > Runs the main loop until _gtkMainQuit is called.  
 > It must call at last, when all the interface is loaded 
 > 
 > h3. Prototype :  
 > fun [] I 

 * _gtkMainQuit 
 > Stops the last loop launched by _gtkMain. 
 > h3. Prototype :  
 > fun [] I 

 * _gtkMainLevel : 
 > Returns the current nesting level of the main loop. 
 > h3. Prototype :  
 > fun [] I 


 * _gtkVersionLib : 
 > Returns the current library version. 
 > h3. Prototype :  
 > fun [] S 

 * _gtkVersionGtk : 
 > Returns the current GTK+ 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] 

 * _gtkVersionGLib : 
 > Returns the current GLib GTK version - fun [] [I I I] (Major Minor Micro) 
 > Note : from the GLib GTK+ libraries linked. 
 > h3. Prototype :  
 > fun [] [I I I] 

 Return [[API]]