Lines 34-39
Link Here
|
34 |
|
34 |
|
35 |
void gui_entry_set_text(GUI_ENTRY_REC *entry, const char *str); |
35 |
void gui_entry_set_text(GUI_ENTRY_REC *entry, const char *str); |
36 |
char *gui_entry_get_text(GUI_ENTRY_REC *entry); |
36 |
char *gui_entry_get_text(GUI_ENTRY_REC *entry); |
|
|
37 |
char *gui_entry_get_text_and_pos(GUI_ENTRY_REC *entry, int *pos); |
37 |
|
38 |
|
38 |
void gui_entry_insert_text(GUI_ENTRY_REC *entry, const char *str); |
39 |
void gui_entry_insert_text(GUI_ENTRY_REC *entry, const char *str); |
39 |
void gui_entry_insert_char(GUI_ENTRY_REC *entry, unichar chr); |
40 |
void gui_entry_insert_char(GUI_ENTRY_REC *entry, unichar chr); |