|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <Fl_Type.h>


Public Member Functions | |
| void | resize (int, int, int, int) |
| void | full_resize (int X, int Y, int W, int H) |
| iwizard (int X, int Y, int W, int H) | |
| void iwizard::full_resize | ( | int | X, |
| int | Y, | ||
| int | W, | ||
| int | H | ||
| ) | [inline] |
| void iwizard::resize | ( | int | X, |
| int | Y, | ||
| int | W, | ||
| int | H | ||
| ) | [virtual] |
Resizes the Fl_Group widget and all of its children.
The Fl_Group widget first resizes itself, and then it moves and resizes all its children according to the rules documented for Fl_Group::resizable(Fl_Widget*)
Reimplemented from Fl_Group.
Definition at line 269 of file Fl_Group_Type.cxx.
References Fl_Widget::redraw().
Referenced by full_resize().