48 const wxString& caption = _(
"Object Query"),
49 const wxPoint& pos = wxDefaultPosition,
50 const wxSize& size = wxDefaultSize,
51 long style = wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU);
56 bool Create(wxWindow* parent, wxWindowID
id = wxID_ANY,
57 const wxString& caption = _(
"Object Query"),
58 const wxPoint& pos = wxDefaultPosition,
59 const wxSize& size = wxDefaultSize,
60 long style = wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU);
62 void SetColorScheme();
64 void CreateControls();
65 void OnSize(wxSizeEvent& event);
66 void RecalculateSize();
68 void OnClose(wxCloseEvent& event);
69 void OnHtmlLinkClicked(wxHtmlLinkEvent& event);
71 void OnOKClick(wxCommandEvent& event) { Close(); }
72 void OnKey(wxKeyEvent& ke);
75 void OnPaint(wxPaintEvent& event);
77 void SetHTMLPage(wxString& page);
80 wxHtmlWindow* m_phtml;
99 const wxString& caption = _(
"Extra Object Info"),
100 const wxPoint& pos = wxDefaultPosition,
101 const wxSize& size = wxDefaultSize,
102 long style = wxCAPTION | wxRESIZE_BORDER |
104 bool Create(wxWindow* parent, wxWindowID
id = wxID_ANY,
105 const wxString& caption = _(
"Extra Object Info"),
106 const wxPoint& pos = wxDefaultPosition,
107 const wxSize& size = wxDefaultSize,
108 long style = wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU);
111 void OnClose(wxCloseEvent& event);
112 void OnSize(wxSizeEvent& event);
113 void RecalculateSize();