ui/common/object.h

changeset 33
458831c574f4
parent 5
19d37cb9c96c
child 140
c03c338a7dcf
equal deleted inserted replaced
32:9a5f47fbc5c3 33:458831c574f4
33 33
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 UiObject* uic_object_new(UiObject *toplevel, UIWIDGET widget);
39 void uic_obj_add(UiObject *toplevel, UiObject *ctobj);
40 UiObject* uic_current_obj(UiObject *toplevel);
41
38 UiContainer* uic_get_current_container(UiObject *obj); 42 UiContainer* uic_get_current_container(UiObject *obj);
39 43
40 44
41 #ifdef __cplusplus 45 #ifdef __cplusplus
42 } 46 }

mercurial