#include <X11/Xaw3d/Layout.h>#include <X11/ConstrainP.h>Include dependency graph for LayoutP.h:

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

Go to the source code of this file.
| #define QuarkToWidget | ( | l, | |||
| q | ) |
Value:
XtNameToWidget((Widget) l, \ (char *) XrmQuarkToString(q));
Definition at line 81 of file LayoutP.h.
Referenced by ComputeNaturalSizes(), and Evaluate().
| #define SubInfo | ( | w | ) | (&(((LayoutConstraints) (w)->core.constraints)->layout)) |
Definition at line 207 of file LayoutP.h.
Referenced by ComputeNaturalSizes(), Evaluate(), GeometryManager(), GetDesiredSize(), and SetSizes().
| typedef struct _BoxParams * BoxParamsPtr |
| typedef struct _BoxParams BoxParamsRec |
| typedef struct _LayoutClassPart LayoutClassPart |
| typedef struct _LayoutClassRec LayoutClassRec |
| typedef struct _LayoutConstraintsRec * LayoutConstraints |
| typedef struct _LayoutConstraintsRec LayoutConstraintsRec |
| typedef enum _LayoutDirection LayoutDirection |
| typedef struct _LayoutRec LayoutRec |
| typedef struct _SubInfo * SubInfoPtr |
| typedef struct _SubInfo SubInfoRec |
| enum _BoxType |
| enum _ExprType |
| enum _LayoutDirection |
Definition at line 86 of file LayoutP.h.
00086 { 00087 LayoutHorizontal = 0, LayoutVertical = 1 00088 } LayoutDirection;
| enum _Operator |
1.5.1