MCPcopy Create free account
hub / github.com/dillo-browser/dillo / TipWinButton

Method TipWinButton

src/tipwin.cc:132–137  ·  view source on GitHub ↗

* A Button sharing a custom tooltip window */

Source from the content-addressed store, hash-verified

130 * A Button sharing a custom tooltip window
131 */
132TipWinButton::TipWinButton(int x, int y, int w, int h, const char *l) :
133 Fl_Button(x, y, w, h, l)
134{
135 tipwin = my_tipwin();
136 mytooltip = dStrdup("empty");
137}
138
139TipWinButton::~TipWinButton(void)
140{

Callers

nothing calls this directly

Calls 2

my_tipwinFunction · 0.85
dStrdupFunction · 0.85

Tested by

no test coverage detected