Selection handling functions. More...
Functions | |
void | elm_code_widget_selection_start (Evas_Object *widget, unsigned int line, unsigned int col) |
void | elm_code_widget_selection_end (Evas_Object *widget, unsigned int line, unsigned int col) |
void | elm_code_widget_selection_clear (Evas_Object *widget) |
void | elm_code_widget_selection_delete (Evas_Object *widget) |
void | elm_code_widget_selection_select_line (Evas_Object *widget, unsigned int line) |
void | elm_code_widget_selection_select_word (Evas_Object *widget, unsigned int line, unsigned int col) |
char * | elm_code_widget_selection_text_get (Evas_Object *widget) |
void | elm_code_widget_selection_cut (Evas_Object *widget) |
void | elm_code_widget_selection_copy (Evas_Object *widget) |
void | elm_code_widget_selection_paste (Evas_Object *widget) |
Selection handling functions.
Functions for selection handling