Home
last modified time | relevance | path

Searched refs:SPELL_ENTRY_GET_POS (Results 1 – 4 of 4) sorted by relevance

/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Dascii.c112 tmp_pos = SPELL_ENTRY_GET_POS (wid); in ascii_click()
H A Dfe-gtk.h187 #define SPELL_ENTRY_GET_POS(e) gtk_editable_get_position(GTK_EDITABLE(e)) macro
H A Dfe-gtk.c972 return SPELL_ENTRY_GET_POS (sess->gui->input_box); in fe_get_inputbox_cursor()
981 pos += SPELL_ENTRY_GET_POS (sess->gui->input_box); in fe_set_inputbox_cursor()
H A Dfkeys.c1237 tmp_pos = SPELL_ENTRY_GET_POS (wid); in key_action_insert()
1475 cursor_pos = SPELL_ENTRY_GET_POS (t); in key_action_tab_comp()