Project

General

Profile

Widgets » History » Revision 4

Revision 3 (iri, 02/27/2011 11:30 PM) → Revision 4/5 (iri, 03/02/2011 11:58 PM)

h1. Widgets 

 h2. _gtkWidgetShowAll 

 h2. _gtkWidgetShow 

 > Show all childs 
 

 > Show a single widget. 

 > h3. Prototype : 
 *fun 

 > fun [ObjGtkWidget] ObjGtkWidget* ObjGtkWidget 

 > Return the same object or nil if error 


 h2. _gtkWidgetDestroy 

 > Destroy an object 

 > h3. Prototype : 
 *fun 

 > fun [ObjGtkWidget] I* I 

 > Return 0 or nil if error 

 h2. _gtkWidgetCB 

 > Define any callback to a widget 

 > h3. Prototype : 
 *fun 

 > fun [ObjGtkWidget u1 u0 I I] ObjGtkWidget* ObjGtkWidget 

 > Return the same object or nil if error 
 

 > for more details, [[widget callbacks|see callbacks]] 

 h2. _gtkWidgetTypeName 

 Returns the type of a widget (e.g. "GtkButton", "GtkLabel", "GtkWindow", ...) 

 Prototype :  
 *fun [ObjGtkWidget] S* 

 Return the type of the widget or nil if error 


 Return [[API]]