Lines Matching defs:editor
85 struct editor { struct
93 struct text_entry *editor; argument
94 struct text_entry *active_entry;
580 struct editor *editor = data; in data_source_send() local
604 struct editor *editor = data; in paste_func() local
621 editor_copy_cut(struct editor *editor, struct input *input, bool cut) in editor_copy_cut()
655 editor_paste(struct editor *editor, struct input *input) in editor_paste()
666 struct editor *editor = window_get_user_data(window); in menu_func() local
684 show_menu(struct editor *editor, struct input *input, uint32_t time) in show_menu()
698 text_entry_create(struct editor *editor, const char *text) in text_entry_create()
738 struct editor *editor = data; in redraw_handler() local
777 struct editor *editor = data; in resize_handler() local
1265 struct editor *editor; in text_entry_button_handler() local
1317 struct editor *editor; in text_entry_touch_handler() local
1338 struct editor *editor = data; in editor_button_handler() local
1358 struct editor *editor = data; in editor_touch_handler() local
1371 struct editor *editor = data; in keyboard_focus_handler() local
1377 handle_bound_key(struct editor *editor, in handle_bound_key()
1401 struct editor *editor = data; in key_handler() local
1497 struct editor *editor = data; in global_handler() local
1598 struct editor editor; in main() local