Searched refs:wxPropertySheetDialog (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxh_propdlg.h3 // Purpose: XML resource handler for wxPropertySheetDialog
19 class WXDLLIMPEXP_FWD_ADV wxPropertySheetDialog; variable in typeref:class:WXDLLIMPEXP_FWD_ADV
32 wxPropertySheetDialog *m_dialog;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dpropdlg.cpp3 // Purpose: wxPropertySheetDialog
51 // wxPropertySheetDialog
54 IMPLEMENT_DYNAMIC_CLASS(wxPropertySheetDialog, wxDialog)
56 BEGIN_EVENT_TABLE(wxPropertySheetDialog, wxDialog)
57 EVT_ACTIVATE(wxPropertySheetDialog::OnActivate)
58 EVT_IDLE(wxPropertySheetDialog::OnIdle)
61 bool wxPropertySheetDialog::Create(wxWindow* parent, wxWindowID id, const wxString& title,
85 void wxPropertySheetDialog::Init()
95 void wxPropertySheetDialog::LayoutDialog(int centreFlags)
112 void wxPropertySheetDialog
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dpropdlg.h3 // Purpose: wxPropertySheetDialog
24 // wxPropertySheetDialog
39 // wxPropertySheetDialog::Create(...);
77 class WXDLLIMPEXP_ADV wxPropertySheetDialog : public wxDialog class in inherits:wxDialog
80 wxPropertySheetDialog() : wxDialog() { Init(); } function in class:wxPropertySheetDialog
82 wxPropertySheetDialog(wxWindow* parent, wxWindowID id, function in class:wxPropertySheetDialog
156 DECLARE_DYNAMIC_CLASS(wxPropertySheetDialog)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dpropdlg.tex1 \section{\class{wxPropertySheetDialog}}\label{wxpropertysheetdialog}
8 To use this class, call \helpref{wxPropertySheetDialog::Create}{wxpropertysheetdialogcreate} from your own
17 if (!wxPropertySheetDialog::Create(...))
53 \membersection{wxPropertySheetDialog::wxPropertySheetDialog}\label{wxpropertysheetdialogctor}
55 \func{}{wxPropertySheetDialog}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
64 \membersection{wxPropertySheetDialog::AddBookCtrl}\label{wxpropertysheetdialogaddbookctrl}
71 \membersection{wxPropertySheetDialog::Create}\label{wxpropertysheetdialogcreate}
82 \membersection{wxPropertySheetDialog::CreateBookCtrl}\label{wxpropertysheetdialogcreatebookctrl}
90 \membersection{wxPropertySheetDialog
[all...]
H A Drichtextformattingdialog.tex29 \helpref{wxPropertySheetDialog}{wxpropertysheetdialog}
H A Dwxmsw.tex206 sizer Add() call. The cross-platform property sheet dialog \helpref{wxPropertySheetDialog}{wxpropertysheetdialog} is
425 \item {\bf Focus.} In the wxPropertySheetDialog demo on Smartphone, it's not possible to navigate
H A Drichtextoverview.tex324 for character or paragraph formatting, or a combination of both. It's a wxPropertySheetDialog
H A Dcategory.tex21 \twocolitem{\helpref{wxPropertySheetDialog}{wxpropertysheetdialog}}{Property sheet dialog}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_propdlg.cpp3 // Purpose: XRC resource handler for wxPropertySheetDialog
97 wxLogError(wxT("Error in resource: no control within wxPropertySheetDialog's <page> tag."));
104 XRC_MAKE_INSTANCE(dlg, wxPropertySheetDialog)
118 wxPropertySheetDialog *old_par = m_dialog;
146 return ((!m_isInside && IsOfClass(node, wxT("wxPropertySheetDialog"))) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextformatdlg.cpp75 IMPLEMENT_CLASS(wxRichTextFormattingDialog, wxPropertySheetDialog)
77 BEGIN_EVENT_TABLE(wxRichTextFormattingDialog, wxPropertySheetDialog)
109 wxPropertySheetDialog::Create(parent, id, title, pos, sz,
163 if (!wxPropertySheetDialog::TransferDataToWindow())
171 if (!wxPropertySheetDialog::TransferDataFromWindow())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextformatdlg.h115 class WXDLLIMPEXP_RICHTEXT wxRichTextFormattingDialog: public wxPropertySheetDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dialogs/
H A Ddialogs.h146 class SettingsDialog: public wxPropertySheetDialog
H A Ddialogs.cpp1519 IMPLEMENT_CLASS(SettingsDialog, wxPropertySheetDialog)
1521 BEGIN_EVENT_TABLE(SettingsDialog, wxPropertySheetDialog)

Completed in 189 milliseconds