36class NCButtonBox :
public YButtonBox,
public NCWidget
41 NCButtonBox( YWidget * parent );
42 virtual ~NCButtonBox();
44 virtual void moveChild( YWidget * child,
int newX,
int newY );
45 virtual void setSize(
int newWidth,
int newHeight );
50 friend std::ostream & operator<<( std::ostream & stream,
const NCButtonBox & widget );
52 NCButtonBox & operator=(
const NCButtonBox & );
53 NCButtonBox(
const NCButtonBox & );