31 #include <yui/YLayoutBox.h>
64 virtual void setSize(
int newWidth,
int newHeight );
71 virtual void moveChild( YWidget * child,
int newX,
int newY );
79 #endif // YQLayoutBox_h
YQLayoutBox(YWidget *parent, YUIDimension dim)
Constructor.
virtual ~YQLayoutBox()
Destructor.
virtual void setEnabled(bool enabled)
Set enabled/disabled state.
virtual void moveChild(YWidget *child, int newX, int newY)
Move a child widget to a new position.
virtual void setSize(int newWidth, int newHeight)
Set the new size of the widget.