#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()
| YEmpty::YEmpty | ( | const YWidgetOpt & | opt | ) |
Constructor
| virtual char* YEmpty::widgetClass | ( | ) | [inline, virtual] |
Returns a descriptive name of this widget class for logging, debugging etc.
Reimplemented from YWidget.
| long YEmpty::nicesize | ( | YUIDimension | dim | ) | [virtual] |
Minimum size the widget should have to make it look and feel nice. This is 0 for the empty widget.
| dim | Dimension, either YD_HORIZ or YD_VERT |
Implements YWidget.
| bool YEmpty::isLayoutStretch | ( | YUIDimension | dim | ) | const [virtual] |
1.5.0