Project

General

Profile

Fundamentals » History » Version 1

iri, 02/22/2011 12:19 AM

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