Package name | |
---|---|
Fl_Box | FLTK.Widgets.Boxes |
Types | |
---|---|
Fl_Box | Box |
Box_Reference |
Functions and Procedures | |
---|---|
Fl_Box (int X, int Y, int W, int H, const char *l=0); |
function Create (X, Y, W, H : in Integer; Text : in String) return Box; |
virtual int handle(int); |
function Handle (This : in out Box; Event : in Event_Kind) return Event_Outcome; |
void draw(); |
procedure Draw (This : in out Box); |