31#ifndef Fl_Menu_Window_H
32#define Fl_Menu_Window_H
34#include "Fl_Single_Window.H"
void flush()
Forces the window to be drawn, this window is also made current and calls draw().
Definition Fl_Single_Window.cxx:37
Fl_Single_Window(int W, int H, const char *l=0)
Creates a new Fl_Single_Window widget using the given size, and label (title) string.
Definition Fl_Single_Window.H:52
void show()
Puts the window on the screen.
Definition Fl_Single_Window.cxx:36
virtual void hide()
Removes the window from the screen.
Definition Fl.cxx:1372