Home
last modified time | relevance | path

Searched refs:OnSetColor (Results 1 – 14 of 14) sorted by relevance

/dports/math/gambit/gambit-16.0.1/src/gui/
H A Defgpanel.cc240 void OnSetColor(wxCommandEvent &);
281 wxCommandEventHandler(gbtTreePlayerPanel::OnSetColor)); in BEGIN_EVENT_TABLE()
429 void gbtTreePlayerPanel::OnSetColor(wxCommandEvent &) in OnSetColor() function in gbtTreePlayerPanel
513 void OnSetColor(wxCommandEvent &);
538 wxCommandEventHandler(gbtTreeChancePanel::OnSetColor)); in gbtTreeChancePanel()
562 void gbtTreeChancePanel::OnSetColor(wxCommandEvent &) in OnSetColor() function in gbtTreeChancePanel
H A Dnfgpanel.cc97 void OnSetColor(wxCommandEvent &);
152 wxCommandEventHandler(gbtTablePlayerPanel::OnSetColor)); in BEGIN_EVENT_TABLE()
220 void gbtTablePlayerPanel::OnSetColor(wxCommandEvent &) in OnSetColor() function in gbtTablePlayerPanel
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DAUI_DockingWindowMgr.py979 self.Bind(wx.EVT_BUTTON, self.OnSetColor, id=ID_BackgroundColor)
980 self.Bind(wx.EVT_BUTTON, self.OnSetColor, id=ID_SashColor)
981 self.Bind(wx.EVT_BUTTON, self.OnSetColor, id=ID_InactiveCaptionColor)
982 self.Bind(wx.EVT_BUTTON, self.OnSetColor, id=ID_InactiveCaptionGradientColor)
983 self.Bind(wx.EVT_BUTTON, self.OnSetColor, id=ID_InactiveCaptionTextColor)
984 self.Bind(wx.EVT_BUTTON, self.OnSetColor, id=ID_ActiveCaptionColor)
985 self.Bind(wx.EVT_BUTTON, self.OnSetColor, id=ID_ActiveCaptionGradientColor)
986 self.Bind(wx.EVT_BUTTON, self.OnSetColor, id=ID_ActiveCaptionTextColor)
987 self.Bind(wx.EVT_BUTTON, self.OnSetColor, id=ID_BorderColor)
988 self.Bind(wx.EVT_BUTTON, self.OnSetColor, id=ID_GripperColor)
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/aui/
H A Dauidemo.cpp497 void OnSetColor(wxCommandEvent& event) in OnSetColor() function in SettingsPanel
549 EVT_BUTTON(ID_BackgroundColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
550 EVT_BUTTON(ID_SashColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
551 EVT_BUTTON(ID_InactiveCaptionColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
552 EVT_BUTTON(ID_InactiveCaptionGradientColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
553 EVT_BUTTON(ID_InactiveCaptionTextColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
554 EVT_BUTTON(ID_ActiveCaptionColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
555 EVT_BUTTON(ID_ActiveCaptionGradientColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
556 EVT_BUTTON(ID_ActiveCaptionTextColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
557 EVT_BUTTON(ID_BorderColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp495 void OnSetColor(wxCommandEvent& event) in OnSetColor() function in SettingsPanel
547 EVT_BUTTON(ID_BackgroundColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
548 EVT_BUTTON(ID_SashColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
549 EVT_BUTTON(ID_InactiveCaptionColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
550 EVT_BUTTON(ID_InactiveCaptionGradientColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
551 EVT_BUTTON(ID_InactiveCaptionTextColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
552 EVT_BUTTON(ID_ActiveCaptionColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
553 EVT_BUTTON(ID_ActiveCaptionGradientColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
554 EVT_BUTTON(ID_ActiveCaptionTextColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
555 EVT_BUTTON(ID_BorderColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp495 void OnSetColor(wxCommandEvent& event) in OnSetColor() function in SettingsPanel
547 EVT_BUTTON(ID_BackgroundColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
548 EVT_BUTTON(ID_SashColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
549 EVT_BUTTON(ID_InactiveCaptionColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
550 EVT_BUTTON(ID_InactiveCaptionGradientColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
551 EVT_BUTTON(ID_InactiveCaptionTextColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
552 EVT_BUTTON(ID_ActiveCaptionColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
553 EVT_BUTTON(ID_ActiveCaptionGradientColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
554 EVT_BUTTON(ID_ActiveCaptionTextColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
555 EVT_BUTTON(ID_BorderColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/aui/
H A Dauidemo.cpp494 void OnSetColor(wxCommandEvent& event) in OnSetColor() function in SettingsPanel
546 EVT_BUTTON(ID_BackgroundColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
547 EVT_BUTTON(ID_SashColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
548 EVT_BUTTON(ID_InactiveCaptionColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
549 EVT_BUTTON(ID_InactiveCaptionGradientColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
550 EVT_BUTTON(ID_InactiveCaptionTextColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
551 EVT_BUTTON(ID_ActiveCaptionColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
552 EVT_BUTTON(ID_ActiveCaptionGradientColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
553 EVT_BUTTON(ID_ActiveCaptionTextColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
554 EVT_BUTTON(ID_BorderColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp495 void OnSetColor(wxCommandEvent& event) in OnSetColor() function in SettingsPanel
547 EVT_BUTTON(ID_BackgroundColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
548 EVT_BUTTON(ID_SashColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
549 EVT_BUTTON(ID_InactiveCaptionColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
550 EVT_BUTTON(ID_InactiveCaptionGradientColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
551 EVT_BUTTON(ID_InactiveCaptionTextColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
552 EVT_BUTTON(ID_ActiveCaptionColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
553 EVT_BUTTON(ID_ActiveCaptionGradientColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
554 EVT_BUTTON(ID_ActiveCaptionTextColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
555 EVT_BUTTON(ID_BorderColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp495 void OnSetColor(wxCommandEvent& event) in OnSetColor() function in SettingsPanel
547 EVT_BUTTON(ID_BackgroundColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
548 EVT_BUTTON(ID_SashColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
549 EVT_BUTTON(ID_InactiveCaptionColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
550 EVT_BUTTON(ID_InactiveCaptionGradientColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
551 EVT_BUTTON(ID_InactiveCaptionTextColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
552 EVT_BUTTON(ID_ActiveCaptionColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
553 EVT_BUTTON(ID_ActiveCaptionGradientColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
554 EVT_BUTTON(ID_ActiveCaptionTextColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
555 EVT_BUTTON(ID_BorderColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/aui/
H A Dauidemo.cpp497 void OnSetColor(wxCommandEvent& event) in OnSetColor() function in SettingsPanel
549 EVT_BUTTON(ID_BackgroundColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
550 EVT_BUTTON(ID_SashColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
551 EVT_BUTTON(ID_InactiveCaptionColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
552 EVT_BUTTON(ID_InactiveCaptionGradientColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
553 EVT_BUTTON(ID_InactiveCaptionTextColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
554 EVT_BUTTON(ID_ActiveCaptionColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
555 EVT_BUTTON(ID_ActiveCaptionGradientColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
556 EVT_BUTTON(ID_ActiveCaptionTextColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
557 EVT_BUTTON(ID_BorderColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
[all …]
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Ddialog_style_editor.h100 void OnSetColor(wxThreadEvent& evt);
H A Ddialog_style_editor.cpp391 elem->Bind(EVT_COLOR, &DialogStyleEditor::OnSetColor, this); in DialogStyleEditor()
490 void DialogStyleEditor::OnSetColor(wxThreadEvent&) { in OnSetColor() function in DialogStyleEditor
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DDlgColor.cpp832 void OnSetColor();
1069 OnSetColor(); in LeftDown()
1104 bar.Add(set_index >= 0 && !IsNull(color), t_("Set color"), THISBACK(OnSetColor)) in RightDown()
1132 void PalCtrl::OnSetColor() in OnSetColor() function in Upp::PalCtrl
/dports/databases/grass7/grass-7.8.6/gui/wxpython/iscatt/
H A Dframe.py582 self.Bind(wx.EVT_MENU, self.OnSetColor, item)
669 def OnSetColor(self, event): member in CategoryListCtrl