Searched refs:LoadDialog (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/xrc/
H A Dmyframe.cpp165 if ( wxXmlResource::Get()->LoadDialog(&dlg, this, wxT("non_derived_dialog")) )
207 wxXmlResource::Get()->LoadDialog(&dlg, this, wxT("controls_dialog"));
259 wxXmlResource::Get()->LoadDialog(&dlg, this, wxT("uncentered_dialog"));
267 wxXmlResource::Get()->LoadDialog(&dlg, this, wxT("custom_class_dialog"));
288 wxXmlResource::Get()->LoadDialog(&dlg, this, wxT("platform_property_dialog"));
296 wxXmlResource::Get()->LoadDialog(&dlg, this, wxT("art_provider_dialog"));
304 wxXmlResource::Get()->LoadDialog(&dlg, this, wxT("variable_expansion_dialog"));
H A Dderivdlg.cpp56 wxXmlResource::Get()->LoadDialog(this, parent, wxT("derived_dialog"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxmlres.h176 wxDialog *LoadDialog(wxWindow *parent, const wxString& name);
183 // wxTheXmlResource->LoadDialog(&dlg, mainFrame, "my_dialog");
185 bool LoadDialog(wxDialog *dlg, wxWindow *parent, const wxString& name);
326 // wxXmlResource::Get()->LoadDialog(&dlg, mainFrame, "my_dialog");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dxmlres.tex173 \membersection{wxXmlResource::LoadDialog}\label{wxxmlresourceloaddialog}
175 \func{wxDialog*}{LoadDialog}{\param{wxWindow* }{parent}, \param{const wxString\& }{name}}
179 \func{bool}{LoadDialog}{\param{wxDialog* }{dlg}, \param{wxWindow* }{parent}, \param{const wxString\& }{name}}
190 wxTheXmlResource->LoadDialog(&dlg, mainFrame, "my_dialog");
H A Dtxrc.tex43 load it using for example {\tt wxXmlResource::Get()->LoadDialog(\&dlg, this, "dlg1");}
242 wxXmlResource::Get()->LoadDialog(&dlg, this, "dlg1");
249 wxXmlResource::Get()->LoadDialog(&dlg, this, "dlg2");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp275 wxDialog *wxXmlResource::LoadDialog(wxWindow *parent, const wxString& name) function in class:wxXmlResource
280 bool wxXmlResource::LoadDialog(wxDialog *dlg, wxWindow *parent, const wxString& name) function in class:wxXmlResource

Completed in 116 milliseconds