Searched refs:wxFontDialog (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dfontdlg.cpp3 // Purpose: wxFontDialog class. NOTE: you can use the generic class
21 IMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog)
24 * wxFontDialog
27 wxFontDialog::wxFontDialog() function in class:wxFontDialog
32 wxFontDialog::wxFontDialog(wxWindow *parent, const wxFontData& data) function in class:wxFontDialog
37 bool wxFontDialog::Create(wxWindow *parent, const wxFontData& data)
48 int wxFontDialog::ShowModal()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dfontdlg.cpp3 // Purpose: wxFontDialog class
48 IMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog)
55 // wxFontDialog
58 int wxFontDialog::ShowModal()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dfontdlg.h3 // Purpose: wxFontDialog class
16 // wxFontDialog
19 class WXDLLEXPORT wxFontDialog : public wxFontDialogBase class in inherits:wxFontDialogBase
22 wxFontDialog() : wxFontDialogBase() { /* must be Create()d later */ } function in class:wxFontDialog
23 wxFontDialog(wxWindow *parent) function in class:wxFontDialog
25 wxFontDialog(wxWindow *parent, const wxFontData& data) function in class:wxFontDialog
32 wxDEPRECATED( wxFontDialog(wxWindow *parent, const wxFontData *data) );
36 DECLARE_DYNAMIC_CLASS_NO_COPY(wxFontDialog)
41 inline wxFontDialog::wxFontDialog(wxWindo function in class:wxFontDialog
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dfontdlg.h3 // Purpose: wxFontDialog class. Use generic version if no
23 class WXDLLEXPORT wxFontDialog: public wxFontDialogBase class in inherits:wxFontDialogBase
26 wxFontDialog() : wxFontDialogBase() { /* must be Create()d later */ } function in class:wxFontDialog
27 wxFontDialog (wxWindow* pParent) : wxFontDialogBase(pParent) { Create(pParent); } function in class:wxFontDialog
28 wxFontDialog( wxWindow* pParent function in class:wxFontDialog
46 wxDEPRECATED( wxFontDialog( wxWindow* pParent, const wxFontData* pData ) );
50 DECLARE_DYNAMIC_CLASS(wxFontDialog)
51 }; // end of CLASS wxFontDialog
55 inline wxFontDialog::wxFontDialog(wxWindo function in class:wxFontDialog
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dfontdlg.h3 // Purpose: wxFontDialog class. Use generic version if no
23 class WXDLLEXPORT wxFontDialog: public wxDialog class in inherits:wxDialog
25 DECLARE_DYNAMIC_CLASS(wxFontDialog)
27 wxFontDialog();
28 wxFontDialog(wxWindow *parent, const wxFontData& data);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dfontdlg.h3 // Purpose: wxFontDialog class
16 // wxFontDialog
19 class WXDLLEXPORT wxFontDialog : public wxFontDialogBase class in inherits:wxFontDialogBase
22 wxFontDialog() : wxFontDialogBase() { /* must be Create()d later */ } function in class:wxFontDialog
23 wxFontDialog(wxWindow *parent) function in class:wxFontDialog
25 wxFontDialog(wxWindow *parent, const wxFontData& data) function in class:wxFontDialog
31 DECLARE_DYNAMIC_CLASS_NO_COPY(wxFontDialog)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dfontdlg.h3 // Purpose: wxFontDialog
15 // wxFontDialog
18 class WXDLLIMPEXP_CORE wxFontDialog : public wxFontDialogBase class in inherits:wxFontDialogBase
21 wxFontDialog() : wxFontDialogBase() { /* must be Create()d later */ } function in class:wxFontDialog
22 wxFontDialog(wxWindow *parent) function in class:wxFontDialog
24 wxFontDialog(wxWindow *parent, const wxFontData& data) function in class:wxFontDialog
27 virtual ~wxFontDialog();
34 wxDEPRECATED( wxFontDialog(wxWindow *parent, const wxFontData *data) );
42 DECLARE_DYNAMIC_CLASS(wxFontDialog)
47 inline wxFontDialog function in class:wxFontDialog
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dfontdlg.h3 // Purpose: wxFontDialog
15 // wxFontDialog
18 class WXDLLIMPEXP_CORE wxFontDialog : public wxFontDialogBase class in inherits:wxFontDialogBase
21 wxFontDialog() : wxFontDialogBase() { /* must be Create()d later */ } function in class:wxFontDialog
22 wxFontDialog(wxWindow *parent) function in class:wxFontDialog
24 wxFontDialog(wxWindow *parent, const wxFontData& data) function in class:wxFontDialog
27 virtual ~wxFontDialog();
34 wxDEPRECATED( wxFontDialog(wxWindow *parent, const wxFontData *data) );
42 DECLARE_DYNAMIC_CLASS(wxFontDialog)
47 inline wxFontDialog function in class:wxFontDialog
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dfontdlg.h3 // Purpose: wxFontDialog class using fonts window services (10.2+).
32 class WXDLLEXPORT wxFontDialog : public wxDialog class in inherits:wxDialog
35 wxFontDialog();
36 wxFontDialog(wxWindow *parent, const wxFontData& data);
37 virtual ~wxFontDialog();
47 DECLARE_DYNAMIC_CLASS_NO_COPY(wxFontDialog)
50 extern "C" int RunMixedFontDialog(wxFontDialog* dialog) ;
85 class WXDLLEXPORT wxFontDialog: public wxDialog class in inherits:wxDialog
87 DECLARE_DYNAMIC_CLASS(wxFontDialog)
94 wxFontDialog();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dfontdlg.cpp3 // Purpose: wxFontDialog
56 void gtk_fontdialog_ok_callback( GtkWidget *WXUNUSED(widget), wxFontDialog *dialog )
78 void gtk_fontdialog_cancel_callback( GtkWidget *WXUNUSED(w), wxFontDialog *dialog )
90 // wxFontDialog
93 IMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog)
95 bool wxFontDialog::DoCreate(wxWindow *parent)
103 wxFAIL_MSG( wxT("wxFontDialog creation failed") );
152 wxFontDialog::~wxFontDialog()
156 void wxFontDialog
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dfontdlg.cpp3 // Purpose: wxFontDialog class for carbon 10.2+.
47 IMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog)
52 // wxFontDialog
64 wxFontDialog *fontdialog = (wxFontDialog*) userData ;
171 wxFontDialog::wxFontDialog() function in class:wxFontDialog
175 wxFontDialog::wxFontDialog(wxWindow *parent, const wxFontData& data) function in class:wxFontDialog
180 wxFontDialog
223 #undef wxFontDialog macro
384 wxFontDialog::wxFontDialog( ) function in class:wxFontDialog
389 wxFontDialog::wxFontDialog(wxWindow* parent, const wxFontData& fontData) function in class:wxFontDialog
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dfontdlg.cpp3 // Purpose: wxFontDialog
64 void gtk_fontdialog_ok_callback( GtkWidget *WXUNUSED(widget), wxFontDialog *dialog )
97 void gtk_fontdialog_cancel_callback( GtkWidget *WXUNUSED(w), wxFontDialog *dialog )
109 // wxFontDialog
112 IMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog)
114 bool wxFontDialog::DoCreate(wxWindow *parent)
122 wxFAIL_MSG( wxT("wxFontDialog creation failed") );
174 wxFontDialog::~wxFontDialog()
178 void wxFontDialog
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dfontdlg.cpp3 // Purpose: wxFontDialog class
47 IMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog)
54 // wxFontDialog
57 int wxFontDialog::ShowModal()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfontdlg.tex3 \overview{wxFontDialog overview}{wxfontdialogoverview}
17 \helpref{Overview}{wxfontdialogoverview}, \helpref{wxFont}{wxfont}, \helpref{wxFontDialog}{wxfontdialog}
59 Gets the font chosen by the user if the user pressed OK (wxFontDialog::ShowModal returned wxID\_OK).
136 \section{\class{wxFontDialog}}\label{wxfontdialog}
159 \membersection{wxFontDialog::wxFontDialog}\label{wxfontdialogctor}
161 \func{}{wxFontDialog}{\void}
163 \func{}{wxFontDialog}{\param{wxWindow* }{parent}}
165 \func{}{wxFontDialog}{\param{wxWindow* }{parent}, \param{const wxFontData\& }{data}}
173 \membersection{wxFontDialog
[all...]
H A Dtcommdlg.tex3 Classes: \helpref{wxColourDialog}{wxcolourdialog}, \helpref{wxFontDialog}{wxfontdialog},
83 \subsection{wxFontDialog overview}\label{wxfontdialogoverview}
85 Classes: \helpref{wxFontDialog}{wxfontdialog}, \helpref{wxFontData}{wxfontdata}
87 The wxFontDialog presents a font selector to the user, and returns
112 the wxFontDialog class. The application uses the returned font
120 wxFontDialog dialog(this, &data);
H A Dtfont.tex3 Class: \helpref{wxFont}{wxfont}, \helpref{wxFontDialog}{wxfontdialog}
48 using the \helpref{wxFontDialog}{wxfontdialog} because the selected font cannot
H A Dfontpicker.tex14 a button which brings up a \helpref{wxFontDialog}{wxfontdialog} when clicked. Native implementation
60 \helpref{wxFontDialog}{wxfontdialog},\\
H A Dfont.tex164 \helpref{wxFontDialog}{wxfontdialog}, \helpref{wxSystemSettings}{wxsystemsettings}
H A DwxPython.tex331 \item \helpref{wxFontDialog}{wxfontdialog}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dfontdlg.cpp3 // Purpose: wxFontDialog class. NOTE: you can use the generic class
36 IMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog)
38 int wxFontDialog::ShowModal()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfontpickerg.cpp87 wxFontDialog dlg(this, ms_data);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfontdlg.h3 // Purpose: common interface for different wxFontDialog classes
23 // wxFontDialog interface
74 // platform-specific wxFontDialog implementation
92 #define wxFontDialog wxGenericFontDialog macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfontmap.cpp439 wxFontDialog dialog(m_windowParent, data);
H A Dutilscmn.cpp1321 wxFontDialog dialog(parent, data);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/font/
H A Dfont.cpp38 #undef wxFontDialog macro
672 wxFontDialog dialog(this, data);

Completed in 314 milliseconds

12