25#ifndef HTML_MESSAGE_BOX_H
26#define HTML_MESSAGE_BOX_H
35 const wxPoint& aPosition = wxDefaultPosition,
36 const wxSize& aSize = wxDefaultSize );
60 void ListSet(
const wxString& aList );
67 void ListSet(
const wxArrayString& aList );
93 virtual void OnCharHook( wxKeyEvent& aEvt )
override;
Class DIALOG_DISPLAY_HTML_TEXT_BASE.
void setSizeInDU(int x, int y)
Set the dialog to the given dimensions in "dialog units".
void OnHTMLLinkClicked(wxHtmlLinkEvent &event) override
~HTML_MESSAGE_BOX() override
void MessageSet(const wxString &message)
Add a message (in bold) to message list.
void onThemeChanged(wxSysColourChangedEvent &aEvent)
virtual void OnCharHook(wxKeyEvent &aEvt) override
void SetDialogSizeInDU(int aWidth, int aHeight)
Set the dialog size, using a "logical" value.
void AddHTML_Text(const wxString &message)
Add HTML text (without any change) to message list.
void ListSet(const wxString &aList)
Add a list of items.
void ShowModeless()
Show a modeless version of the dialog (without an OK button).