ui/ui/text.h

changeset 63
46a42f0c4f93
parent 33
458831c574f4
child 94
d51e334c1439
equal deleted inserted replaced
62:70d2aee84432 63:46a42f0c4f93
39 UIWIDGET ui_textarea_nv(UiObject *obj, char *varname); 39 UIWIDGET ui_textarea_nv(UiObject *obj, char *varname);
40 40
41 void ui_text_undo(UiText *value); 41 void ui_text_undo(UiText *value);
42 void ui_text_redo(UiText *value); 42 void ui_text_redo(UiText *value);
43 43
44 UIWIDGET ui_textfield(UiObject *obj, UiString *value);
45 UIWIDGET ui_textfield_nv(UiObject *obj, char *varname);
46
44 #ifdef __cplusplus 47 #ifdef __cplusplus
45 } 48 }
46 #endif 49 #endif
47 50
48 #endif /* UI_TEXT_H */ 51 #endif /* UI_TEXT_H */

mercurial