25 #define YUILogComponent "ncurses"
26 #include <yui/YUILog.h>
28 #include "NCReplacePoint.h"
31 NCReplacePoint::NCReplacePoint( YWidget * parent )
32 : YReplacePoint( parent )
35 yuiDebug() << std::endl;
40 NCReplacePoint::~NCReplacePoint()
42 yuiDebug() << std::endl;
46 void NCReplacePoint::setSize(
int newwidth,
int newheight )
48 wRelocate(
wpos( 0 ),
wsze( newheight, newwidth ) );
49 YReplacePoint::setSize( newwidth, newheight );
56 YReplacePoint::setEnabled( do_bv );
virtual void setEnabled(bool do_bv)