Etk_Tool_Button
Detailed Description
The
Etk_Tool_Button widget is similar to an
Etk_Button but it has a specific toolbar friendly theme.
Define Documentation
#define ETK_TOOL_BUTTON_TYPE (etk_tool_button_type_get()) |
#define ETK_TOOL_BUTTON |
( |
obj |
|
) |
(ETK_OBJECT_CAST((obj), ETK_TOOL_BUTTON_TYPE, Etk_Tool_Button)) |
#define ETK_IS_TOOL_BUTTON |
( |
obj |
|
) |
(ETK_OBJECT_CHECK_TYPE((obj), ETK_TOOL_BUTTON_TYPE)) |
Function Documentation
Etk_Widget * etk_tool_button_new_with_label |
( |
const char * |
label |
) |
|
Etk_Type* etk_tool_toggle_button_type_get |
( |
|
) |
|
Etk_Widget* etk_tool_toggle_button_new_with_label |
( |
const char * |
label |
) |
|