ui/ui/window.h

changeset 28
1ecc1183f046
parent 27
c254ed644edf
child 29
3fc287f06305
equal deleted inserted replaced
27:c254ed644edf 28:1ecc1183f046
43 const char *title; 43 const char *title;
44 const char *content; 44 const char *content;
45 const char *button1_label; 45 const char *button1_label;
46 const char *button2_label; 46 const char *button2_label;
47 const char *closebutton_label; 47 const char *closebutton_label;
48 UiBool input;
48 ui_callback result; 49 ui_callback result;
49 void *resultdata; 50 void *resultdata;
50 } UiDialogArgs; 51 } UiDialogArgs;
51 52
52 UIEXPORT UiObject* ui_window(const char *title, void *window_data); 53 UIEXPORT UiObject* ui_window(const char *title, void *window_data);

mercurial