25 #define YUILogComponent "ncurses"
26 #include <yui/YUILog.h>
32 NCSquash::NCSquash( YWidget * parent,
33 bool hsquash,
bool vsquash )
34 : YSquash( parent, hsquash, vsquash )
37 yuiDebug() << std::endl;
44 yuiDebug() << std::endl;
48 void NCSquash::setSize(
int newwidth,
int newheight )
50 wRelocate(
wpos( 0 ),
wsze( newheight, newwidth ) );
51 YSquash::setSize( newwidth, newheight );
58 YSquash::setEnabled( do_bv );
virtual void setEnabled(bool do_bv)