Widgets » History » Version 3
iri, 02/27/2011 11:30 PM
1 | 1 | iri | h1. Widgets |
---|---|---|---|
2 | |||
3 | h2. _gtkWidgetShowAll |
||
4 | 2 | iri | |
5 | 1 | iri | h2. _gtkWidgetShow |
6 | |||
7 | > Show all childs |
||
8 | |||
9 | > Show a single widget. |
||
10 | |||
11 | > h3. Prototype : |
||
12 | |||
13 | > fun [ObjGtkWidget] ObjGtkWidget |
||
14 | |||
15 | > Return the same object or nil if error |
||
16 | |||
17 | |||
18 | h2. _gtkWidgetDestroy |
||
19 | |||
20 | > Destroy an object |
||
21 | |||
22 | > h3. Prototype : |
||
23 | |||
24 | > fun [ObjGtkWidget] I |
||
25 | |||
26 | > Return 0 or nil if error |
||
27 | |||
28 | 3 | iri | h2. _gtkWidgetCB |
29 | |||
30 | > Define any callback to a widget |
||
31 | |||
32 | > h3. Prototype : |
||
33 | |||
34 | > fun [ObjGtkWidget u1 u0 I I] ObjGtkWidget |
||
35 | |||
36 | > Return the same object or nil if error |
||
37 | |||
38 | > for more details, [[widget callbacks|see callbacks]] |
||
39 | |||
40 | 1 | iri | |
41 | Return [[API]] |