#include <ax/ax_menu_alert.h>

Public Member Functions | |
| AxModalAlertMenu () | |
| AxModalAlertMenu (AxMenuController *controller, AxMenuItem *item, const wxString &menuLabel, const wxString &description, const wxString &mainItemLabel, int style=axALERT_NO_BUTTONS, const wxString &okItemLabel=_("OK"), const wxString &cancelItemLabel=_("Cancel"), const wxString &yesItemLabel=_("Yes"), const wxString &noItemLabel=_("No"), const wxString defaultId=AxIdentifierOK) | |
| ~AxModalAlertMenu () | |
| void | Init () |
Possible flags are:
| AxModalAlertMenu::AxModalAlertMenu | ( | ) | [inline] |
| AxModalAlertMenu::AxModalAlertMenu | ( | AxMenuController * | controller, | |
| AxMenuItem * | item, | |||
| const wxString & | menuLabel, | |||
| const wxString & | description, | |||
| const wxString & | mainItemLabel, | |||
| int | style = axALERT_NO_BUTTONS, |
|||
| const wxString & | okItemLabel = _("OK"), |
|||
| const wxString & | cancelItemLabel = _("Cancel"), |
|||
| const wxString & | yesItemLabel = _("Yes"), |
|||
| const wxString & | noItemLabel = _("No"), |
|||
| const wxString | defaultId = AxIdentifierOK | |||
| ) |
| AxModalAlertMenu::~AxModalAlertMenu | ( | ) | [inline] |
| void AxModalAlertMenu::Init | ( | ) | [inline] |
Reimplemented from AxModalMenu.
1.5.8