25 #define YUILogComponent "ncurses"
26 #include <yui/YUILog.h>
27 #include "NCPopupTextEntry.h"
30 NCPopupTextEntry::NCPopupTextEntry(
const wpos at,
31 const std::string & label,
32 const std::string & text,
35 NCInputField::FTYPE t )
45 YUI_CHECK_NEW( wtext );
47 wtext->setValue( text );
48 wtext->setFldtype( t );
49 wtext->setReturnOnReturn(
true );
54 NCPopupTextEntry::~NCPopupTextEntry()
59 bool NCPopupTextEntry::postAgain()
61 if ( postevent == NCursesEvent::button )