25#include <wx/html/htmlwin.h>
35 BaseDialog(wxWindow* parent,
const std::string& title,
36 long style = wxDEFAULT_DIALOG_STYLE);
51 wxBoxSizer* m_content;
54 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.
GUI library utils and events.