34 #include "NCComboBox.h"
36 #include "NCRichText.h"
37 #include "NCCheckBox.h"
38 #include "NCPushButton.h"
66 virtual bool postAgain();
73 const std::string & headline,
74 const std::string & text,
76 std::string okButtonLabel = _(
"&OK" ),
77 std::string cancelButtonLabel =
"" );
81 virtual int preferredWidth();
82 virtual int preferredHeight();
84 void createLayout(
const std::string & headline,
85 const std::string & text,
86 std::string okButtonLabel,
87 std::string cancelButtonLabel );
95 bool isVisible() {
return visible; }
97 void setPreferredSize(
int horiz,
int vert ) { hDim = horiz; vDim = vert; }
99 void focusOkButton() { okButton->setKeyboardFocus(); }
101 void focusCancelButton() { cancelButton->setKeyboardFocus(); }
107 #endif // NCPopupInfo_h