ui/ui/text.h

changeset 6
05a18c56d9ca
parent 5
19d37cb9c96c
child 33
458831c574f4
equal deleted inserted replaced
5:19d37cb9c96c 6:05a18c56d9ca
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 UIWIDGET ui_textarea(UiObject *obj, UiText *value); 38 UIWIDGET ui_textarea(UiObject *obj, UiText *value);
39 39
40 void ui_text_undo(UiText *value);
41 void ui_text_redo(UiText *value);
40 42
41 #ifdef __cplusplus 43 #ifdef __cplusplus
42 } 44 }
43 #endif 45 #endif
44 46

mercurial