ui/common/object.h

changeset 86
8e7c57c23133
parent 51
e324291ca9f8
equal deleted inserted replaced
85:44ebbb4c8a13 86:8e7c57c23133
33 33
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 void uic_object_destroy(UiObject *obj);
39
38 UiObject* uic_object_new(UiObject *toplevel, UIWIDGET widget); 40 UiObject* uic_object_new(UiObject *toplevel, UIWIDGET widget);
39 UiObject* uic_ctx_object_new(UiContext *ctx, UIWIDGET widget); 41 UiObject* uic_ctx_object_new(UiContext *ctx, UIWIDGET widget);
40 void uic_obj_add(UiObject *toplevel, UiObject *ctobj); 42 void uic_obj_add(UiObject *toplevel, UiObject *ctobj);
41 UiObject* uic_current_obj(UiObject *toplevel); 43 UiObject* uic_current_obj(UiObject *toplevel);
42 44

mercurial