Project

General

Profile

Fundamentals » History » Version 4

iri, 03/25/2011 01:40 PM

1 1 iri
h1. Fundamentals
2
3 4 iri
h2. ObjGtkWidget
4 2 iri
> The Scol type for all widgets
5
6 1 iri
7 4 iri
h2. _gtkMain
8 1 iri
9 4 iri
Runs the main loop until _gtkMainQuit is called. 
10
It must call at last, when all the interface is loaded
11 1 iri
12 4 iri
h3. Prototype : fun [] I
13 1 iri
14 4 iri
h2. _gtkMainQuit
15 1 iri
16 4 iri
Stops the last loop launched by _gtkMain.
17
h3. Prototype : fun [] I
18 1 iri
19 4 iri
h2. _gtkMainLevel :
20 1 iri
21 4 iri
Returns the current nesting level of the main loop.
22
h3. Prototype : fun [] I
23
24
25
h2. _gtkVersionLib :
26
27
Returns the current library version.
28
h3. Prototype : fun [] S
29
30
h2. _gtkVersionGtk :
31
32
Returns the current GTK+ version - fun [] [I I I] (Major Minor Micro)
33
Note : from the GTK+ libraries linked (except if called from GTK 2.x, from the headers)
34
h3. Prototype : fun [] [I I I]
35
36
h2. _gtkVersionGLib :
37
38
Returns the current GLib version - fun [] [I I I] (Major Minor Micro)
39
Note : from the GLib libraries linked.
40
h3. Prototype : fun [] [I I I]
41
42
h2. _gtkVersionGPix :
43
44
Return the current GdkPixbuf library version
45
h3. Prototype : fun [] [I I I]
46 1 iri
47
Return [[API]]