#include <FL/Fl.H>
#include <FL/Fl_Group.H>
#include <FL/Fl_Widget.H>
#include <algorithm>
Go to the source code of this file.
◆ ADD_BELOW_XY
◆ ADD_RIGHT_XY
◆ GAP_SIZE
◆ addBelowX()
Computes the x coordinate of a widget in the next line.
Definition at line 59 of file layout.h.
◆ addBelowY()
Computes the y coordinate of a widget to the next line.
Definition at line 68 of file layout.h.
◆ addRightX()
Computes the x coordinate of a widget to the right of the last added widget.
Definition at line 27 of file layout.h.
◆ addRightY()
Computes the y coordinate of a widget to the right of the last added widget.
Definition at line 43 of file layout.h.
◆ checkGroupSize()
void checkGroupSize |
( |
const char * |
group_name | ) |
|
|
inline |
The size of the current group must be set before adding all children, especially resizable ones.
This function can be used to check if the size of the group has been set correctly. A warning is printed if this is not the case.
Definition at line 88 of file layout.h.