Fl_Help_Dialog Binding Map

Back to Index
Package name
Fl_Help_Dialog FLTK.Help_Dialogs
Types
Fl_Help_Dialog Help_Dialog
  Help_Dialog_Reference
Constructors
Fl_Help_Dialog();
function Create
    return Help_Dialog;
Create a Fl_Help_Dialog and then resize manually.
function Create
       (X, Y, W, H : in Integer)
    return Help_Dialog;
Functions and Procedures
int h();
function Get_H
       (This : in Help_Dialog)
    return Integer;
void hide();
procedure Hide
       (This : in out Help_Dialog);
void load(const char *f);
procedure Load
       (This : in out Help_Dialog;
        Name : in     String);
void position(int xx, int yy);
procedure Reposition
       (This : in out Help_Dialog;
        X, Y : in     Integer);
void resize(int xx, int yy, int ww, int hh);
procedure Resize
       (This       : in out Help_Dialog;
        X, Y, W, H : in     Integer);
void show();
procedure Show
       (This : in out Help_Dialog);
void show(int argc, char **argv);
procedure Show_With_Args
       (This : in out Help_Dialog);
Fl_Fontsize textsize();
function Get_Text_Size
       (This : in Help_Dialog)
    return Font_Size;
void textsize(Fl_Fontsize s);
procedure Set_Text_Size
       (This : in out Help_Dialog;
        Size : in     Font_Size);
void topline(const char *n);
procedure Set_Topline_Target
       (This  : in out Help_Dialog;
        Value : in     String);
void topline(int n);
procedure Set_Topline_Number
       (This : in out Help_Dialog;
        Line : in     Positive);
const char * value() const;
function Get_Content
       (This : in Help_Dialog)
    return String;
void value(const char *f);
procedure Set_Content
       (This  : in out Help_Dialog;
        Value : in     String);
int visible();
function Is_Visible
       (This : in Help_Dialog)
    return Boolean;
int w();
function Get_W
       (This : in Help_Dialog)
    return Integer;
int x();
function Get_X
       (This : in Help_Dialog)
    return Integer;
int y();
function Get_Y
       (This : in Help_Dialog)
    return Integer;