ui/motif/text.h

changeset 63
46a42f0c4f93
parent 29
c96169444d88
child 90
2019fdbaadfd
equal deleted inserted replaced
62:70d2aee84432 63:46a42f0c4f93
74 XtPointer data); 74 XtPointer data);
75 void ui_text_modify_callback(Widget widget, UiText *value, XtPointer data); 75 void ui_text_modify_callback(Widget widget, UiText *value, XtPointer data);
76 int ui_check_insertstr(char *oldstr, int oldlen, char *newstr, int newlen); 76 int ui_check_insertstr(char *oldstr, int oldlen, char *newstr, int newlen);
77 void ui_free_textbuf_op(UiTextBufOp *op); 77 void ui_free_textbuf_op(UiTextBufOp *op);
78 78
79 char* ui_textfield_get(UiString *str);
80 void ui_textfield_set(UiString *str, char *value);
81
79 #ifdef __cplusplus 82 #ifdef __cplusplus
80 } 83 }
81 #endif 84 #endif
82 85
83 #endif /* TEXT_H */ 86 #endif /* TEXT_H */

mercurial