#include <YEmpty.h>
Inheritance diagram for YEmpty:
Public Member Functions | |
YEmpty (const YWidgetOpt &opt) | |
virtual char * | widgetClass () |
long | nicesize (YUIDimension dim) |
bool | isLayoutStretch (YUIDimension dim) const |
Empty HStretch VStretch HVStretch
`HStretch() HStretch1.ycp Layout-Buttons-Equal-Even-Spaced1.ycp
These four widgets denote an empty place in the dialog. They differ in whether they are stretchable or not. Empty
is not stretchable in either direction. It can be used in a `ReplacePoint
, when currently no real widget should be displayed. HStretch
and VStretch
are stretchable horizontally or vertically resp., HVStretch
is stretchable in both directions. You can use them to control the layout.
See the Layout HOWTO for details.
|
Constructor |
|
Returns true if this is a layout stretch space in dimension "dim". Such widgets will receive special treatment in layout calculations. Inherited from YWidget. Reimplemented from YWidget. |
|
Minimum size the widget should have to make it look and feel nice. This is 0 for the empty widget.
Implements YWidget. |
|
Returns a descriptive name of this widget class for logging, debugging etc. Reimplemented from YWidget. |