Widgets » History » Version 2
iri, 02/22/2011 01:49 AM
| 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 | |||
| 29 | Return [[API]] |