Etk
Main Page Object Hierarchy Data Structures Related Pages
Etk

etk_tool_button.c File Reference


Detailed Description


Functions

Etk_Type * etk_tool_button_type_get ()
 Gets the type of an Etk_Tool_Button.
Etk_Widget * etk_tool_button_new ()
 Creates a new tool button.
Etk_Widget * etk_tool_button_new_with_label (const char *label)
 Creates a new tool button with a label.
Etk_Widget * etk_tool_button_new_from_stock (Etk_Stock_Id stock_id)
 Creates a new tool toggle button with a label and an icon defined by a stock id.
Etk_Type * etk_tool_toggle_button_type_get ()
 Gets the type of an Etk_Tool_Toggle_Button.
Etk_Widget * etk_tool_toggle_button_new ()
 Creates a new tool toggle button.
Etk_Widget * etk_tool_toggle_button_new_with_label (const char *label)
 Creates a new tool toggle button with a label.
Etk_Widget * etk_tool_toggle_button_new_from_stock (Etk_Stock_Id stock_id)
 Creates a new tool toggle button with a label and an icon defined by a stock id.