This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | MAXDIMENSION ((1 << 31)-1) |
| #define | Max(x, y) (((x) > (y)) ? (x) : (y)) |
| #define | Min(x, y) (((x) < (y)) ? (x) : (y)) |
| #define | AssignMax(x, y) {if ((y) > (x)) x = (y);} |
| #define | AssignMin(x, y) {if ((y) < (x)) x = (y);} |
Definition at line 62 of file Misc.h.
Referenced by ComputeWithForceBars(), DoLayout(), LoopAndRefigureChildren(), MoveGripAdjustment(), and RefigureLocations().
Definition at line 63 of file Misc.h.
Referenced by AdjustPanedSize(), LoopAndRefigureChildren(), MoveGripAdjustment(), and RefigureLocations().
1.5.1