ui/common/utils.h

changeset 930
4ce8df2311f0
parent 927
b8c0f718b141
child 985
93f07ccfd997
equal deleted inserted replaced
929:43cb1ea4c582 930:4ce8df2311f0
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 UiPathElm* ui_default_pathelm_func(const char* full_path, size_t len, size_t* ret_nelm, void* data); 38 UiPathElm* ui_default_pathelm_func(const char* full_path, size_t len, size_t* ret_nelm, void* data);
39 39
40 /*
41 * overrides width/height with values from
42 * ui.window.width and ui.window.height properties if available
43 */
44 void ui_get_window_default_width(int *width, int *height);
45
40 46
41 #ifdef __cplusplus 47 #ifdef __cplusplus
42 } 48 }
43 #endif 49 #endif
44 50

mercurial