Actions
Fundamentals » History » Revision 5
« Previous |
Revision 5/7
(diff)
| Next »
iri, 03/25/2011 01:40 PM
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
Prototype : fun [] I¶
_gtkMainQuit¶
Stops the last loop launched by _gtkMain.
Prototype : fun [] I¶
_gtkMainLevel :¶
Returns the current nesting level of the main loop.
Prototype : fun [] I¶
_gtkVersionLib :¶
Returns the current library version.
Prototype : fun [] S¶
_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)
Prototype : fun [] [I I I]¶
_gtkVersionGLib :¶
Returns the current GLib version - fun [] [I I I] (Major Minor Micro)
Note : from the GLib libraries linked.
Prototype : fun [] [I I I]¶
_gtkVersionGPix :¶
Return the current GdkPixbuf library version
Prototype : fun [] [I I I]¶
Return API
Updated by iri over 13 years ago · 5 revisions