47 const wxString& caption = _(
"Object Query"),
48 const wxPoint& pos = wxDefaultPosition,
49 const wxSize& size = wxDefaultSize,
50 long style = wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU);
55 bool Create(wxWindow* parent, wxWindowID
id = wxID_ANY,
56 const wxString& caption = _(
"Object Query"),
57 const wxPoint& pos = wxDefaultPosition,
58 const wxSize& size = wxDefaultSize,
59 long style = wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU);
61 void SetColorScheme(
void);
63 void CreateControls();
64 void OnSize(wxSizeEvent& event);
65 void RecalculateSize(
void);
67 void OnClose(wxCloseEvent& event);
68 void OnHtmlLinkClicked(wxHtmlLinkEvent& event);
70 void OnOKClick(wxCommandEvent& event) { Close(); }
71 void OnKey(wxKeyEvent& ke);
74 void OnPaint(wxPaintEvent& event);
76 void SetHTMLPage(wxString& page);
79 wxHtmlWindow* m_phtml;
98 const wxString& caption = _(
"Extra Object Info"),
99 const wxPoint& pos = wxDefaultPosition,
100 const wxSize& size = wxDefaultSize,
101 long style = wxCAPTION | wxRESIZE_BORDER |
103 bool Create(wxWindow* parent, wxWindowID
id = wxID_ANY,
104 const wxString& caption = _(
"Extra Object Info"),
105 const wxPoint& pos = wxDefaultPosition,
106 const wxSize& size = wxDefaultSize,
107 long style = wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU);
110 void OnClose(wxCloseEvent& event);
111 void OnSize(wxSizeEvent& event);
112 void RecalculateSize(
void);