34class NCSquash :
public YSquash,
public NCWidget
37 friend std::ostream & operator<<( std::ostream & str,
const NCSquash & obj );
41 NCSquash & operator=(
const NCSquash & );
42 NCSquash(
const NCSquash & );
46 virtual const char * location()
const {
return "NCSquash"; }
50 NCSquash( YWidget * parent,
bool hsquash,
bool vsquash );
53 virtual int preferredWidth() {
return YSquash::preferredWidth(); }
54 virtual int preferredHeight() {
return YSquash::preferredHeight(); }
56 virtual void setSize(
int newWidth,
int newHeight );