Searched refs:wxGenericColourDialog (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dcolrdlgg.h3 // Purpose: wxGenericColourDialog
32 class WXDLLEXPORT wxGenericColourDialog : public wxDialog class in inherits:wxDialog
35 wxGenericColourDialog();
36 wxGenericColourDialog(wxWindow *parent,
38 virtual ~wxGenericColourDialog();
117 DECLARE_DYNAMIC_CLASS(wxGenericColourDialog)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcolordlg.h30 #define wxColourDialog wxGenericColourDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcolrdlgg.cpp40 IMPLEMENT_DYNAMIC_CLASS(wxGenericColourDialog, wxDialog)
42 BEGIN_EVENT_TABLE(wxGenericColourDialog, wxDialog)
43 EVT_BUTTON(wxID_ADD_CUSTOM, wxGenericColourDialog::OnAddCustom)
45 EVT_SLIDER(wxID_RED_SLIDER, wxGenericColourDialog::OnRedSlider)
46 EVT_SLIDER(wxID_GREEN_SLIDER, wxGenericColourDialog::OnGreenSlider)
47 EVT_SLIDER(wxID_BLUE_SLIDER, wxGenericColourDialog::OnBlueSlider)
49 EVT_PAINT(wxGenericColourDialog::OnPaint)
50 EVT_MOUSE_EVENTS(wxGenericColourDialog::OnMouseEvent)
51 EVT_CLOSE(wxGenericColourDialog::OnCloseWindow)
118 wxGenericColourDialog function in class:wxGenericColourDialog
125 wxGenericColourDialog::wxGenericColourDialog(wxWindow *parent, function in class:wxGenericColourDialog
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtcommdlg.tex17 uses the standard colour selector. There is also an equivalent called wxGenericColourDialog
18 for other platforms, and a macro defines wxColourDialog to be the same as wxGenericColourDialog
50 wxGenericColourDialog.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dialogs/
H A Ddialogs.cpp503 wxGenericColourDialog *dialog = new wxGenericColourDialog(this, &m_clrData);

Completed in 119 milliseconds