Public Attributes | |
const gchar * | text = "" |
int | selection_base = -1 |
int | selection_extent = -1 |
int | composing_base = -1 |
int | composing_extent = -1 |
Definition at line 55 of file fl_text_input_handler_test.cc.
int EditingState::composing_base = -1 |
Definition at line 59 of file fl_text_input_handler_test.cc.
int EditingState::composing_extent = -1 |
Definition at line 60 of file fl_text_input_handler_test.cc.
int EditingState::selection_base = -1 |
Definition at line 57 of file fl_text_input_handler_test.cc.
int EditingState::selection_extent = -1 |
Definition at line 58 of file fl_text_input_handler_test.cc.
const gchar* EditingState::text = "" |
Definition at line 56 of file fl_text_input_handler_test.cc.