mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
parent
24ad80177b
commit
0468c5d912
3 changed files with 23 additions and 4 deletions
|
|
@ -50,6 +50,7 @@ void gui_entry_set_utf8(GUI_ENTRY_REC *entry, int utf8);
|
|||
void gui_entry_set_text(GUI_ENTRY_REC *entry, const char *str);
|
||||
char *gui_entry_get_text(GUI_ENTRY_REC *entry);
|
||||
char *gui_entry_get_text_and_pos(GUI_ENTRY_REC *entry, int *pos);
|
||||
void gui_entry_set_text_and_pos_bytes(GUI_ENTRY_REC *entry, const char *str, int pos_bytes);
|
||||
|
||||
void gui_entry_insert_text(GUI_ENTRY_REC *entry, const char *str);
|
||||
void gui_entry_insert_char(GUI_ENTRY_REC *entry, unichar chr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue