Main Page
Object Hierarchy
Data Structures
Related Pages
etk_radio_button.c File Reference
Detailed Description
Functions
Etk_Widget
*
etk_radio_button_new
(Evas_List **group)
Creates a new radio-button.
Etk_Widget
*
etk_radio_button_new_from_widget
(
Etk_Radio_Button
*radio_button)
Creates a new radio-button. It will use the group of another radio-button.
Etk_Widget
*
etk_radio_button_new_with_label
(const char *label, Evas_List **group)
Creates a new radio-button with a label.
Etk_Widget
*
etk_radio_button_new_with_label_from_widget
(const char *label,
Etk_Radio_Button
*radio_button)
Creates a new radio-button with a label. It will use the group of another radio-button.
void
etk_radio_button_group_set
(
Etk_Radio_Button
*radio_button, Evas_List **group)
Sets the group of the radio-button.
Evas_List **
etk_radio_button_group_get
(
Etk_Radio_Button
*radio_button)
Gets the group of the radio-button.