ui/common/object.h

branch
newapi
changeset 383
03599608d555
parent 328
059cba080ab4
equal deleted inserted replaced
382:de653b07050b 383:03599608d555
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