ui/gtk/widget.h

changeset 962
7016bcb8d38b
parent 485
c584149b22f0
equal deleted inserted replaced
961:687f43736aef 962:7016bcb8d38b
33 33
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 38 /*
39 * Sets a widget width/height.
40 *
41 * If wdith or height is 0, the dimension is not changed
42 */
43 void ui_widget_size_request(UIWIDGET w, int width, int height);
39 44
40 45
41 #ifdef __cplusplus 46 #ifdef __cplusplus
42 } 47 }
43 #endif 48 #endif

mercurial