Ewl_Entry Struct Reference
[Ewl_Entry: A text entry widget]
#include <ewl_entry.h>

Detailed Description
Inherits from Ewl_Text and extends to allow editing of the text.Data Fields | |
| Ewl_Widget * | cursor |
| unsigned int | editable:1 |
| unsigned int | in_select_mode:1 |
| unsigned int | multiline:1 |
| Ewl_Text | text |
Field Documentation
The cursor
Referenced by ewl_entry_cb_configure(), ewl_entry_cb_focus_in(), ewl_entry_cb_focus_out(), ewl_entry_cb_key_down(), ewl_entry_cb_mouse_down(), ewl_entry_cursor_move_down(), ewl_entry_cursor_move_end(), ewl_entry_cursor_move_left(), ewl_entry_cursor_move_line_end(), ewl_entry_cursor_move_line_start(), ewl_entry_cursor_move_right(), ewl_entry_cursor_move_start(), ewl_entry_cursor_move_up(), ewl_entry_cursor_move_word_next(), ewl_entry_cursor_move_word_previous(), ewl_entry_delete_left(), ewl_entry_editable_set(), and ewl_entry_init().
| unsigned int Ewl_Entry::editable |
Is the entry editable
Referenced by ewl_entry_cb_configure(), ewl_entry_cb_focus_in(), ewl_entry_cb_focus_out(), ewl_entry_editable_get(), and ewl_entry_editable_set().
| unsigned int Ewl_Entry::in_select_mode |
Are we in select mode
Referenced by ewl_entry_cb_mouse_down(), and ewl_entry_cb_mouse_up().
| unsigned int Ewl_Entry::multiline |
Is the entry multi-line
Referenced by ewl_entry_cb_key_down(), ewl_entry_multiline_get(), and ewl_entry_multiline_set().
The Ewl_Text parent
The documentation for this struct was generated from the following file:
- lib/ewl_entry.h