Package name | |
---|---|
Fl_Single_Window | FLTK.Widgets.Groups.Windows.Single |
Types | |
---|---|
Fl_Single_Window | Single_Window |
Single_Window_Reference |
Constructors | |
---|---|
Fl_Single_Window(int W, int H, const char *L=0); |
function Create (W, H : in Integer; Text : in String := "") return Single_Window; |
Fl_Single_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 Single_Window; |
Functions and Procedures | |
---|---|
void flush(); |
procedure Flush (This : in out Single_Window); |
int make_current(); |
procedure Make_Current (This : in out Single_Window); |
void show(); |
procedure Show (This : in out Single_Window); |
void show(int a, char **b); |
procedure Show_With_Args (This : in out Single_Window); |