_Elm_Button_Smart_Class Struct Reference
Elementary button base smart class. More...
Data Fields | |
| Elm_Layout_Smart_Class | base |
| Layout widget class struct, since we're inheriting from it. | |
| int | version |
| Version of this smart class definition. | |
| Eina_Bool | admits_autorepeat: 1 |
| Whether the button objects of this class admit auto-repetition of click events, when one holds the click on them. | |
Detailed Description
Elementary button base smart class.
This inherits directly from Elm_Layout_Smart_Class and is meant to build widgets extending the behavior of a button.
All of the functions listed on Button namespace will work for objects deriving from Elm_Button_Smart_Class.
Field Documentation
Whether the button objects of this class admit auto-repetition of click events, when one holds the click on them.
This is true by default.
