Data Fields
_Elm_Entry_Filter_Accept_Set Struct Reference

Data for the elm_entry_filter_accept_set() entry filter. More...

#include <elm_entry_common.h>

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.