| 36 #endif |
36 #endif |
| 37 |
37 |
| 38 UIEXPORT UiContext* ui_object_get_context(UiObject *obj); |
38 UIEXPORT UiContext* ui_object_get_context(UiObject *obj); |
| 39 UIEXPORT void* ui_object_get_windowdata(UiObject *obj); |
39 UIEXPORT void* ui_object_get_windowdata(UiObject *obj); |
| 40 UIEXPORT void ui_object_set_windowdata(UiObject *obj, void *windowdata); |
40 UIEXPORT void ui_object_set_windowdata(UiObject *obj, void *windowdata); |
| |
41 |
| |
42 UIEXPORT void* ui_list_get_data(UiList *list); |
| |
43 UIEXPORT void* ui_list_get_iter(UiList *list); |
| |
44 UIEXPORT void ui_list_set_iter(UiList *list, void *iter); |
| 41 |
45 |
| 42 UIEXPORT UiObject* ui_event_get_obj(UiEvent *event); |
46 UIEXPORT UiObject* ui_event_get_obj(UiEvent *event); |
| 43 UIEXPORT void* ui_event_get_document(UiEvent *event); |
47 UIEXPORT void* ui_event_get_document(UiEvent *event); |
| 44 UIEXPORT void* ui_event_get_windowdata(UiEvent *event); |
48 UIEXPORT void* ui_event_get_windowdata(UiEvent *event); |
| 45 UIEXPORT void* ui_event_get_eventdata(UiEvent *event); |
49 UIEXPORT void* ui_event_get_eventdata(UiEvent *event); |