_Elm_Entry_Filter_Accept_Set Struct Reference
Data for the elm_entry_filter_accept_set() entry filter. More...
Data Fields | |
const char * | accepted |
Set of characters accepted in the entry. | |
const char * | rejected |
Set of characters rejected from the entry. |
Detailed Description
Data for the elm_entry_filter_accept_set() entry filter.
- Examples:
Field Documentation
const char* _Elm_Entry_Filter_Accept_Set::accepted |
Set of characters accepted in the entry.
- Examples:
- entry_example.c.
Referenced by elm_entry_filter_accept_set().
const char* _Elm_Entry_Filter_Accept_Set::rejected |
Set of characters rejected from the entry.
Referenced by elm_entry_filter_accept_set().