#include <Fl_Tooltip.h>
Public Types | |
| typedef const char *(* | Generator )(Fl_Widget *, void *) |
Static Public Methods | |
| float | delay () |
| void | delay (float f) |
| bool | enabled () |
| void | enable (bool b=true) |
| void | disable () |
| bool | effects () |
| void | effects (bool v) |
| int | effect_type () |
| void | effect_type (int v) |
| void | enter (Fl_Widget *w, int X, int Y, int W, int H, Generator, void *=0) |
| void | enter (Fl_Widget *w, int X, int Y, int W, int H, const char *t) |
| void | enter (Fl_Widget *w) |
| void | exit () |
| Fl_Widget * | current () |
| void | current (Fl_Widget *) |
| Fl_Font | font () |
| void | font (Fl_Font i) |
| unsigned | size () |
| void | size (unsigned s) |
| void | color (Fl_Color c) |
| Fl_Color | color () |
| void | textcolor (Fl_Color c) |
| Fl_Color | textcolor () |
| void | boxtype (Fl_Boxtype b) |
| Fl_Boxtype | boxtype () |
Static Public Attributes | |
| Fl_Named_Style * | default_style |
Definition at line 29 of file Fl_Tooltip.h.
1.2.15