Fl_Choice Binding Map

Back to Index
Package name
Fl_Choice FLTK.Widgets.Menus.Choices
Types
Fl_Choice Choice
  Choice_Reference
Constructors
Fl_Choice(int X, int Y, int W, int H, const char *L=0);
function Create
       (X, Y, W, H : in Integer;
        Text       : in String := "")
    return Choice;
Rely on the automatic use of begin when a group is created, or use begin/end explicitly, or add each widget to its intended parent group manually.
function Create
       (Parent     : in out FLTK.Widgets.Groups.Group'Class;
        X, Y, W, H : in     Integer;
        Text       : in     String := "")
    return Choice;
Functions and Procedures
int handle(int);
function Handle
       (This  : in out Choice;
        Event : in     Event_Kind)
    return Event_Outcome;
int value() const;
function Chosen_Index
       (This : in Choice)
    return Extended_Index;
int value(const Fl_Menu_Item *v);
procedure Set_Chosen
       (This : in out Choice;
        Item : in     FLTK.Menu_Items.Menu_Item);

function Set_Chosen
       (This : in out Choice;
        Item : in     FLTK.Menu_Items.Menu_Item)
    return Boolean;
int value(int v);
procedure Set_Chosen
       (This  : in out Choice;
        Place : in     Index);

function Set_Chosen
       (This  : in out Choice;
        Place : in     Index)
    return Boolean;
Protected Functions and Procedures
void draw();
procedure Draw
       (This : in out Choice);