31#include <yui/YLayoutBox.h>
64 virtual void setSize(
int newWidth,
int newHeight );
71 virtual void moveChild( YWidget * child,
int newX,
int newY );
82 bool _needToEnsureChildrenVisible;
Definition YQLayoutBox.h:35
virtual ~YQLayoutBox()
Definition YQLayoutBox.cc:41
void ensureChildrenVisible()
Definition YQLayoutBox.cc:84
virtual void moveChild(YWidget *child, int newX, int newY)
Definition YQLayoutBox.cc:77
virtual void setSize(int newWidth, int newHeight)
Definition YQLayoutBox.cc:54
virtual void setEnabled(bool enabled)
Definition YQLayoutBox.cc:47