Class Hierarchy
Fl_Widget
|
+----Fl_Box
Include Files
#include <FL/Fl_Box.H>
Description
This widget simply draws its box, and possibly it's label. Putting it
before some other widgets and making it big enough to surround them
will let you draw a frame around them.
Methods
Methods inherited from Fl_Widget
activate,
active,
active_r,
align,
argument,
box,
callback,
changed,
clear_changed,
clear_output,
clear_visible,
clear_visible_focus,
color,
contains,
copy_label,
damage,
deactivate,
default_callback,
deimage,
do_callback,
h,
handle,
hide,
image,
inside,
label,
labelcolor,
labelfont,
labelsize,
labeltype,
output,
parent,
position,
redraw,
redraw_label,
resize,
selection_color,
set_changed,
set_output,
set_visible,
set_visible_focus,
show,
size,
take_focus,
takesevents,
tooltip,
type,
user_data,
visible,
visible_focus,
visible_r,
w,
when,
window,
x,
y
Details
The first constructor sets box() to FL_NO_BOX, which
means it is invisible. However such widgets are useful as placeholders
or Fl_Group::resizable()
values. To change the box to something visible, use box(n).
The second form of the constructor sets the box to the specified box
type.
The destructor removes the box.