25 #ifndef _html_messagebox_ 26 #define _html_messagebox_ 29 #include <../common/dialogs/dialog_display_info_HTML_base.h> 41 virtual void OnCharHook( wxKeyEvent& aEvt )
override;
45 const wxPoint& aPosition = wxDefaultPosition,
46 const wxSize& aSize = wxDefaultSize );
67 void ListSet(
const wxString& aList );
74 void ListSet(
const wxArrayString& aList );
95 #endif // _html_messagebox_
void setSizeInDU(int x, int y)
Set the dialog to the given dimensions in "dialog units".
Class DIALOG_DISPLAY_HTML_TEXT_BASE.
void ListSet(const wxString &aList)
Add a list of items.
~HTML_MESSAGE_BOX() override
void MessageSet(const wxString &message)
Add a message (in bold) to message list.
void ShowModeless()
Show a modeless version of the dialog (without an OK button).
void SetDialogSizeInDU(int aWidth, int aHeight)
set the dialog size, using a "logical" value.
void OnOKButtonClick(wxCommandEvent &event) override
void AddHTML_Text(const wxString &message)
Add HTML text (without any change) to message list.
virtual void OnCharHook(wxKeyEvent &aEvt) override
HTML_MESSAGE_BOX(wxWindow *aParent, const wxString &aTitle=wxEmptyString, const wxPoint &aPosition=wxDefaultPosition, const wxSize &aSize=wxDefaultSize)