Inherited by ColorMenu, ComboWindow, MenuTitle, MWindow, and Tooltip.
Public Member Functions | |
virtual void | create () |
virtual void | flush () |
virtual void | destroy () |
int | overlay () |
void | set_overlay () |
void | clear_overlay () |
MenuWindow (int W, int H, const char *l=0) | |
MenuWindow (int X, int Y, int W, int H, const char *l=0) | |
Static Public Attributes | |
NamedStyle * | default_style |
On X this turns on override_redirect and save-under and thus avoids the window manager.
|
Tells FLTK to not try to use the overlay hardware planes. This is disabled except on Irix. On Irix you will have to call this if you want to draw colored images in the popup. |
|
Undoes clear_overlay(). |
|
The default style sets box() to UP_BOX. This box is used around all popup menus. Reimplemented from Window. Reimplemented in Tooltip. |