 |
 |
 |
 |
Etk_Tooltips
Function Documentation
void etk_tooltips_init |
( |
|
) |
|
void etk_tooltips_shutdown |
( |
|
) |
|
void etk_tooltips_enable |
( |
|
) |
|
Shutdown tooltips subsystem.
Etk_Bool etk_tooltips_enabled_get |
( |
|
) |
|
Get wether tooltips are enabled or disabled.
void etk_tooltips_disable |
( |
|
) |
|
void etk_tooltips_tip_set |
( |
Etk_Widget * |
widget, |
|
|
const char * |
text | |
|
) |
| | |
const char * etk_tooltips_tip_get |
( |
Etk_Widget * |
widget |
) |
|
Get tooltip text for a widget.
- Parameters:
-
| widget | the widget whose tooltip we want to set |
- Returns:
- The text of the tooltip of the widget or NULL if it isn't set
Instantly pop up the tooltip if applicable.
- Parameters:
-
| widget | the widget we want to pop up on |
References ETK_CONTAINER, etk_container_add(), ETK_IS_OBJECT, ETK_LABEL, etk_label_new(), etk_label_set(), ETK_OBJECT, etk_object_destroy(), etk_widget_new(), etk_widget_show_all(), etk_widget_toplevel_evas_get(), etk_widget_toplevel_parent_get(), ETK_WINDOW, etk_window_geometry_get(), etk_window_move(), and ETK_WINDOW_TYPE.
void etk_tooltips_pop_down |
( |
|
) |
|
|
 |
 |
 |
 |
|