Main Page
Object Hierarchy
Data Structures
Related Pages
etk_toggle_button.c File Reference
Detailed Description
Functions
Etk_Widget
*
etk_toggle_button_new
(void)
Creates a new toggle button.
Etk_Widget
*
etk_toggle_button_new_with_label
(const char *label)
Creates a new toggle button with a label.
Etk_Bool
etk_toggle_button_toggle
(
Etk_Toggle_Button
*toggle_button)
Toggles the toggle button.
void
etk_toggle_button_active_set
(
Etk_Toggle_Button
*toggle_button, Etk_Bool active)
Sets whether the toggle button is active or not.
Etk_Bool
etk_toggle_button_active_get
(
Etk_Toggle_Button
*toggle_button)
Gets the state of the toggle button.