Package name | |
---|---|
Fl_Menu_Window | FLTK.Widgets.Groups.Windows.Single.Menu |
Types | |
---|---|
Fl_Menu_Window | Menu_Window |
Menu_Window_Reference |
Constructors | |
---|---|
Fl_Menu_Window(int W, int H, const char *L=0); |
function Create (W, H : in Integer; Text : in String) return Menu_Window; |
Fl_Menu_Window(int X, int Y, int W, int H, const char *L=0); |
function Create (X, Y, W, H : in Integer; Text : in String) return Menu_Window; |
Functions and Procedures | |
---|---|
void clear_overlay(); |
See set_overlay(); |
void erase(); |
|
void flush(); |
procedure Flush (This : in out Menu_Window); |
void hide(); |
procedure Hide (This : in out Menu_Window); |
unsigned int overlay(); |
function Is_Overlay (This : in Menu_Window) return Boolean; |
void set_overlay(); |
procedure Set_Overlay (This : in out Menu_Window; Value : in Boolean); |
void show(); |
procedure Show (This : in out Menu_Window); |