_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:

entry_example.c.


Field Documentation

Set of characters accepted in the entry.

Examples:
entry_example.c.

Referenced by elm_entry_filter_accept_set().

Set of characters rejected from the entry.

Referenced by elm_entry_filter_accept_set().