22#ifndef Fl_Menu_Window_H
23#define Fl_Menu_Window_H
25#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:34
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.cxx:40
void show()
Puts the window on the screen.
Definition Fl_Single_Window.cxx:28
virtual void hide()
Removes the window from the screen.
Definition Fl.cxx:1550