ui/win32/text.h

changeset 938
be4c88ded783
parent 873
78853bfc47cf
child 940
105bccb3dc66
equal deleted inserted replaced
937:06e03c7e39db 938:be4c88ded783
37 UiWidget widget; 37 UiWidget widget;
38 int width; 38 int width;
39 } UiTextField; 39 } UiTextField;
40 40
41 W32Size ui_textfield_get_preferred_size(W32Widget *widget); 41 W32Size ui_textfield_get_preferred_size(W32Widget *widget);
42 void ui_textfield_eventproc(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); 42 int ui_textfield_eventproc(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
43 43
44 char* ui_textfield_get(UiString *s); 44 char* ui_textfield_get(UiString *s);
45 void ui_textfield_set(UiString *s, const char *value); 45 void ui_textfield_set(UiString *s, const char *value);
46 46
47 #endif /* TEXT_H */ 47 #endif /* TEXT_H */

mercurial