*add* autohide
*fix* issue 182 by using select instead of pselect git-svn-id: http://tint2.googlecode.com/svn/trunk@321 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -46,9 +46,9 @@ extern Tooltip g_tooltip;
|
||||
void init_tooltip();
|
||||
void cleanup_tooltip();
|
||||
void tooltip_trigger_show(Area* area, Panel* p, int x, int y);
|
||||
void tooltip_show();
|
||||
void tooltip_show(void* /*arg*/);
|
||||
void tooltip_update();
|
||||
void tooltip_trigger_hide();
|
||||
void tooltip_hide();
|
||||
void tooltip_hide(void* /*arg*/);
|
||||
|
||||
#endif // TOOLTIP_H
|
||||
|
||||
Reference in New Issue
Block a user