#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 |
|
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. |