13
0

Revert API to explicitly show tooltips:

gdk pointer grab offers a better solution.
This commit is contained in:
Robin Gareus 2015-04-25 05:34:22 +02:00
parent a7523c4e6d
commit fd76f87ae1
2 changed files with 0 additions and 17 deletions

View File

@ -39,9 +39,6 @@ public:
virtual bool dragging () const;
void explicit_show ();
void explicit_hide ();
private:
bool timeout ();
void show ();

View File

@ -63,20 +63,6 @@ PersistentTooltip::timeout ()
return false;
}
void
PersistentTooltip::explicit_show ()
{
_timeout.disconnect ();
show ();
}
void
PersistentTooltip::explicit_hide ()
{
_timeout.disconnect ();
hide ();
}
bool
PersistentTooltip::leave (GdkEventCrossing *)
{