fltk::HighlightBox Class Reference
Inherits
fltk::FlatBox.
List of all members.
|
Public Member Functions |
void | _draw (const Rectangle &) const |
bool | fills_rectangle () const |
| HighlightBox (const char *n, const Box *d) |
bool | is_frame () const |
Detailed Description
Draws nothing normally, this can draw as any other box (passed to the constructor) when HIGHLIGHT, STATE, or PUSHED is turned on in the flags. This can be used to make frames appear when the mouse points at widgets or when the widget is turned on.