Searched refs:wxFontButton (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dfontpicker.h3 // Purpose: wxFontButton header
21 // wxFontButton
24 class WXDLLIMPEXP_CORE wxFontButton : public wxGenericFontButton class in inherits:wxGenericFontButton
27 wxFontButton() {} function in class:wxFontButton
28 wxFontButton(wxWindow *parent, function in class:wxFontButton
40 virtual ~wxFontButton();
64 DECLARE_DYNAMIC_CLASS(wxFontButton)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dfontpicker.cpp3 // Purpose: implementation of wxFontButton
37 wxFontButton *p)
39 // update the m_selectedFont member of the wxFontButton
50 // wxFontButton
53 IMPLEMENT_DYNAMIC_CLASS(wxFontButton, wxGenericFontButton)
55 bool wxFontButton::Create( wxWindow *parent, wxWindowID id,
69 wxFAIL_MSG( wxT("wxFontButton creation failed") );
106 wxFontButton::~wxFontButton()
110 void wxFontButton
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfontpicker.h72 #define wxFontPickerWidget wxFontButton

Completed in 160 milliseconds