Added wxFrame support contributed by Aleks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2001-01-27 14:29:01 +00:00
parent 89e3037cc9
commit 2e4c3bf87a
5 changed files with 11 additions and 2 deletions

View File

@@ -109,6 +109,8 @@ class WXDLLEXPORT wxXmlResource : public wxObject
wxPanel *LoadPanel(wxWindow *parent, const wxString& name);
bool LoadPanel(wxPanel *panel, wxWindow *parent, const wxString& name);
bool LoadFrame(wxFrame* frame, wxWindow *parent, const wxString& name);
// Loads bitmap or icon resource from file:
wxBitmap LoadBitmap(const wxString& name);
wxIcon LoadIcon(const wxString& name);