Etk
Main Page Object Hierarchy Data Structures Related Pages
Etk

Etk_Tooltips


Functions

void etk_tooltips_init ()
 Initialize tooltips subsystem.
void etk_tooltips_shutdown ()
 Shutdown tooltips subsystem.
void etk_tooltips_enable ()
 Shutdown tooltips subsystem.
Etk_Bool etk_tooltips_enabled_get ()
 Get wether tooltips are enabled or disabled.
void etk_tooltips_disable ()
 Disable tooltips.
void etk_tooltips_tip_set (Etk_Widget *widget, const char *text)
 Set tooltip text for a widget.
const char * etk_tooltips_tip_get (Etk_Widget *widget)
 Get tooltip text for a widget.
void etk_tooltips_pop_up (Etk_Widget *widget)
 Instantly pop up the tooltip if applicable.
void etk_tooltips_pop_down ()
 Instantly pop down the tooltip if applicable.


Function Documentation

void etk_tooltips_init (  ) 

Initialize tooltips subsystem.

void etk_tooltips_shutdown (  ) 

Shutdown tooltips subsystem.

void etk_tooltips_enable (  ) 

Shutdown tooltips subsystem.

Etk_Bool etk_tooltips_enabled_get (  ) 

Get wether tooltips are enabled or disabled.

void etk_tooltips_disable (  ) 

Disable tooltips.

void etk_tooltips_tip_set ( Etk_Widget *  widget,
const char *  text 
)

Set tooltip text for a widget.

Parameters:
widget the widget whose tooltip we want to set
text the text of the tooltip

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

void etk_tooltips_pop_up ( Etk_Widget *  widget  ) 

Instantly pop up the tooltip if applicable.

Parameters:
widget the widget we want to pop up on

void etk_tooltips_pop_down (  ) 

Instantly pop down the tooltip if applicable.