50 const wxString& caption = _(
"Object Query"),
51 const wxPoint& pos = wxDefaultPosition,
52 const wxSize& size = wxDefaultSize,
53 long style = wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU);
58 bool Create(wxWindow* parent, wxWindowID
id = wxID_ANY,
59 const wxString& caption = _(
"Object Query"),
60 const wxPoint& pos = wxDefaultPosition,
61 const wxSize& size = wxDefaultSize,
62 long style = wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU);
64 void SetColorScheme(
void);
66 void CreateControls();
67 void OnSize(wxSizeEvent& event);
68 void RecalculateSize(
void);
70 void OnClose(wxCloseEvent& event);
71 void OnHtmlLinkClicked(wxHtmlLinkEvent& event);
73 void OnOKClick(wxCommandEvent& event) { Close(); }
74 void OnKey(wxKeyEvent& ke);
77 void OnPaint(wxPaintEvent& event);
79 void SetHTMLPage(wxString& page);
82 wxHtmlWindow* m_phtml;
101 const wxString& caption = _(
"Extra Object Info"),
102 const wxPoint& pos = wxDefaultPosition,
103 const wxSize& size = wxDefaultSize,
104 long style = wxCAPTION | wxRESIZE_BORDER |
106 bool Create(wxWindow* parent, wxWindowID
id = wxID_ANY,
107 const wxString& caption = _(
"Extra Object Info"),
108 const wxPoint& pos = wxDefaultPosition,
109 const wxSize& size = wxDefaultSize,
110 long style = wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU);
113 void OnClose(wxCloseEvent& event);
114 void OnSize(wxSizeEvent& event);
115 void RecalculateSize(
void);