ui/win32/toolkit.c

changeset 1070
e097bc7cfec6
parent 1036
24677835f298
equal deleted inserted replaced
1069:512fad602f97 1070:e097bc7cfec6
97 97
98 uic_application_exit(NULL); 98 uic_application_exit(NULL);
99 uic_store_app_properties(); 99 uic_store_app_properties();
100 } 100 }
101 101
102 void ui_app_ref(void) {
103 // TODO
104 }
105
106 void ui_app_unref(void) {
107 // TODO
108 }
109
102 void ui_show(UiObject *obj) { 110 void ui_show(UiObject *obj) {
103 ui_set_visible(obj->widget, TRUE); 111 ui_set_visible(obj->widget, TRUE);
104 } 112 }
105 113
106 LRESULT CALLBACK ui_default_eventproc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { 114 LRESULT CALLBACK ui_default_eventproc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {

mercurial