Package name | |
---|---|
Fl_Check_Button | FLTK.Widgets.Buttons.Light.Check |
Types | |
---|---|
Fl_Check_Button | Check_Button |
Check_Button_Reference |
Functions and Procedures | |
---|---|
Fl_Check_Button(int X, int Y, int W, int H, const char *L=0); |
function Create (X, Y, W, H : in Integer; Text : in String) return Check_Button; |
procedure Draw (This : in out Check_Button); |
|
function Handle (This : in out Check_Button; Event : in Event_Kind) return Event_Outcome; |