Etk
Main Page Object Hierarchy Data Structures Related Pages
Etk

etk_radio_button.h File Reference


Detailed Description


Data Structures

struct  Etk_Radio_Button
 [Widget] A toggle-button that belongs to a group in which only one button can be active More...

Defines

#define ETK_RADIO_BUTTON_TYPE   (etk_radio_button_type_get())
#define ETK_RADIO_BUTTON(obj)   (ETK_OBJECT_CAST((obj), ETK_RADIO_BUTTON_TYPE, Etk_Radio_Button))
#define ETK_IS_RADIO_BUTTON(obj)   (ETK_OBJECT_RADIO_TYPE((obj), ETK_RADIO_BUTTON_TYPE))

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.