Inherited by ColorMenu, fltk::ComboWindow, fltk::Tooltip, MenuTitle, and MWindow.
Public Member Functions | |
void | clear_overlay () |
virtual void | create () |
virtual void | destroy () |
virtual void | flush () |
MenuWindow (int X, int Y, int W, int H, const char *l=0) | |
MenuWindow (int W, int H, const char *l=0) | |
int | overlay () |
void | set_overlay () |
Static Public Attributes | |
static NamedStyle * | default_style |
On X this turns on override_redirect and save-under and thus avoids the window manager.
void MenuWindow::set_overlay | ( | ) | [inline] |
Undoes clear_overlay().
void MenuWindow::clear_overlay | ( | ) | [inline] |
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.
NamedStyle * MenuWindow::default_style [static] |
The default style sets box() to UP_BOX. This box is used around all popup menus.
Reimplemented from fltk::Window.
Reimplemented in fltk::Tooltip.