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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/aui/
H A Dauidemo.cpp261 class SettingsPanel : public wxPanel class in inherits:wxPanel
282 SettingsPanel(wxWindow* parent, MyFrame* frame) function in class:SettingsPanel
543 BEGIN_EVENT_TABLE(SettingsPanel, wxPanel)
544 EVT_SPINCTRL(ID_PaneBorderSize, SettingsPanel::OnPaneBorderSize)
545 EVT_SPINCTRL(ID_SashSize, SettingsPanel::OnSashSize)
546 EVT_SPINCTRL(ID_CaptionSize, SettingsPanel::OnCaptionSize)
547 EVT_BUTTON(ID_BackgroundColor, SettingsPanel::OnSetColor)
548 EVT_BUTTON(ID_SashColor, SettingsPanel::OnSetColor)
549 EVT_BUTTON(ID_InactiveCaptionColor, SettingsPanel::OnSetColor)
550 EVT_BUTTON(ID_InactiveCaptionGradientColor, SettingsPanel
[all...]

Completed in 34 milliseconds