Dillo v3.1.1-99-gf3103cc4
|
Custom tooltip window. More...
#include <tipwin.hh>
Public Member Functions | |
TipWin () | |
Custom tooltip window. | |
void | draw () |
void | value (const char *s) |
void | do_show (void *wid) |
void | do_hide () |
void | recent_tooltip (int val) |
void | cancel (void *wid) |
Private Attributes | |
char | tip [256] |
int | bgcolor |
int | recent |
void * | cur_widget |
TipWin::TipWin | ( | ) |
|
inline |
Definition at line 24 of file tipwin.hh.
References cur_widget, and do_hide().
Referenced by TipWinButton::~TipWinButton(), and TipWinInput::~TipWinInput().
void TipWin::do_hide | ( | ) |
Definition at line 80 of file tipwin.cc.
References recent, recent_timeout(), and show_timeout().
Referenced by cancel(), TipWinButton::handle(), and TipWinInput::handle().
void TipWin::do_show | ( | void * | wid | ) |
Definition at line 73 of file tipwin.cc.
References cur_widget, prefs, recent, show_timeout(), and DilloPrefs::show_ui_tooltip.
Referenced by TipWinButton::handle(), and TipWinInput::handle().
void TipWin::recent_tooltip | ( | int | val | ) |
Definition at line 89 of file tipwin.cc.
References recent.
Referenced by recent_timeout(), and show_timeout().
void TipWin::value | ( | const char * | s | ) |
Definition at line 61 of file tipwin.cc.
Referenced by TipWinButton::handle(), and TipWinInput::handle().
|
private |
|
private |
|
private |
|
private |