#include <Flu_Link_Button.h>
Inheritance diagram for Flu_Link_Button:
Public Member Functions | |
Flu_Link_Button (int X, int Y, int W, int H, const char *l=0) | |
Normal FLTK widget constructor. | |
~Flu_Link_Button () | |
Default destructor. | |
void | overlink (bool b) |
Set whether the link underline appears only when the mouse is over the button. Default is false . | |
bool | overlink () const |
Get whether the link underline appears only when the mouse is over the button. |