Widgets » History » Revision 3
Revision 2 (iri, 02/22/2011 01:49 AM) → Revision 3/5 (iri, 02/27/2011 11:30 PM)
h1. Widgets
h2. _gtkWidgetShowAll
h2. _gtkWidgetShow
> Show all childs
> Show a single widget.
> h3. Prototype :
> fun [ObjGtkWidget] ObjGtkWidget
> Return the same object or nil if error
h2. _gtkWidgetDestroy
> Destroy an object
> h3. Prototype :
> fun [ObjGtkWidget] I
> Return 0 or nil if error
h2. _gtkWidgetCB
> Define any callback to a widget
> h3. Prototype :
> fun [ObjGtkWidget u1 u0 I I] ObjGtkWidget
> Return the same object or nil if error
> for more details, [[widget callbacks|see callbacks]]
Return [[API]]