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