Actions
Widgets » History » Revision 4
« Previous |
Revision 4/5
(diff)
| Next »
iri, 03/02/2011 11:58 PM
Widgets¶
_gtkWidgetShowAll¶
_gtkWidgetShow¶
Show all childs
Show a single widget.
Prototype :
fun [ObjGtkWidget] ObjGtkWidget
Return the same object or nil if error
_gtkWidgetDestroy¶
Destroy an object
Prototype :
fun [ObjGtkWidget] I
Return 0 or nil if error
_gtkWidgetCB¶
Define any callback to a widget
Prototype :
fun [ObjGtkWidget u1 u0 I I] ObjGtkWidget
Return the same object or nil if error
for more details, see callbacks
_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
Updated by iri over 13 years ago · 4 revisions