|
Dillo v3.2.0-93-g6a586845
|
An Input with custom tooltip window. More...
#include <tipwin.hh>
Public Member Functions | |
| TipWinInput (int x, int y, int w, int h, const char *l=0) | |
| An Input with custom tooltip window. | |
| ~TipWinInput (void) | |
| virtual int | handle (int e) |
| void | set_tooltip (const char *s) |
Private Attributes | |
| char * | mytooltip |
| TipWin * | tipwin |
| TipWinInput::TipWinInput | ( | int | x, |
| int | y, | ||
| int | w, | ||
| int | h, | ||
| const char * | l = 0 |
||
| ) |
| TipWinInput::~TipWinInput | ( | void | ) |
Definition at line 216 of file tipwin.cc.
References TipWin::cancel(), mytooltip, and tipwin.
|
virtual |
Definition at line 222 of file tipwin.cc.
References TipWin::do_hide(), TipWin::do_show(), mytooltip, tipwin, and TipWin::value().
| void TipWinInput::set_tooltip | ( | const char * | s | ) |
|
private |
Definition at line 62 of file tipwin.hh.
Referenced by handle(), set_tooltip(), TipWinInput(), and ~TipWinInput().
|
private |
Definition at line 63 of file tipwin.hh.
Referenced by handle(), TipWinInput(), and ~TipWinInput().