#include <scilab/modules/gui/src/c/X11/Xaw3d/LayoutP.h>
Collaboration diagram for _Box:

Data Fields | |
| BoxPtr | nextSibling |
| BoxPtr | parent |
| BoxParamsRec | params |
| int | size [2] |
| int | natural [2] |
| BoxType | type |
| union { | |
| struct { | |
| BoxPtr firstChild | |
| LayoutDirection dir | |
| } box | |
| struct { | |
| XrmQuark quark | |
| Widget widget | |
| } widget | |
| struct { | |
| ExprPtr expr | |
| } glue | |
| struct { | |
| XrmQuark quark | |
| ExprPtr expr | |
| } variable | |
| } | u |
Definition at line 138 of file LayoutP.h.
Definition at line 139 of file LayoutP.h.
Referenced by ComputeNaturalSizes(), ComputeSizes(), LayoutFreeLayout(), LookupVariable(), PrintBox(), and SetSizes().
| int _Box::size[2] |
Definition at line 142 of file LayoutP.h.
Referenced by ComputeSizes(), LayoutLayout(), and SetSizes().
| int _Box::natural[2] |
Definition at line 143 of file LayoutP.h.
Referenced by ComputeNaturalSizes(), ComputeSizes(), and LayoutGetNaturalSize().
Definition at line 144 of file LayoutP.h.
Referenced by ComputeNaturalSizes(), ComputeSizes(), and LookupVariable().
| struct { ... } _Box::box |
Referenced by ComputeNaturalSizes(), ComputeSizes(), LayoutFreeLayout(), LookupVariable(), PrintBox(), and SetSizes().
| XrmQuark _Box::quark |
| Widget _Box::widget |
| struct { ... } _Box::widget |
| struct { ... } _Box::glue |
Referenced by ComputeNaturalSizes().
| struct { ... } _Box::variable |
Referenced by LookupVariable().
| union { ... } _Box::u |
Referenced by ComputeNaturalSizes(), ComputeSizes(), LayoutFreeLayout(), LookupVariable(), PrintBox(), and SetSizes().
1.5.1