libyui-ncurses
2.44.1
|
Public Member Functions | |
NCPopupInfo (const wpos at, const std::string &headline, const std::string &text, std::string okButtonLabel=_("&OK"), std::string cancelButtonLabel="") | |
virtual int | preferredWidth () |
virtual int | preferredHeight () |
void | createLayout (const std::string &headline, const std::string &text, std::string okButtonLabel, std::string cancelButtonLabel) |
NCursesEvent & | showInfoPopup () |
void | popup () |
void | popdown () |
bool | isVisible () |
void | setPreferredSize (int horiz, int vert) |
void | focusOkButton () |
void | focusCancelButton () |
Protected Member Functions | |
virtual bool | postAgain () |
virtual NCursesEvent | wHandleInput (wint_t ch) |
Definition at line 48 of file NCPopupInfo.h.