33 BaseDialog(wxWindow* parent,
const std::string& title,
34 long style = wxDEFAULT_DIALOG_STYLE);
55 wxBoxSizer* m_content;
58 static const int kDialogPadding = 2;
Dialog layout with content sizer.
void AddHtmlContent(const std::stringstream &html)
Display HTML content.
void SetInitialSize()
Initialize by display geometry.
int ShowModal() override
Show dialog and return response.
GUI library utils and events.