Fl_Overlay_Window Binding Map

Back to Index
Package name
Fl_Overlay_Window FLTK.Widgets.Groups.Windows.Double.Overlay
Types
Fl_Overlay_Window Overlay_Window
  Overlay_Window_Reference
Functions and Procedures
Fl_Overlay_Window(int W, int H, const char *l=0);
function Create
       (W, H : in Integer;
        Text : in String := "")
    return Overlay_Window;
Fl_Overlay_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 Overlay_Window;
int can_do_overlay();
function Can_Do_Overlay
       (This : in Overlay_Window)
    return Boolean;
virtual void draw_overlay()=0;
procedure Draw_Overlay
       (This : in out Overlay_Window) is null;
void flush();
procedure Flush
       (This : in out Overlay_Window);
void hide();
procedure Hide
       (This : in out Overlay_Window);
void redraw_overlay();
procedure Redraw_Overlay
       (This : in out Overlay_Window);
void resize(int, int, int, int);
Use Resize/Reposition from FLTK.Widgets instead
void show();

void show(int a, char **b);
procedure Show
       (This : in out Overlay_Window);