Home
last modified time | relevance | path

Searched refs:OnCheck (Results 1 – 25 of 72) sorted by relevance

123

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/occurrenceshighlighting/
H A Doccurrenceshighlightingconfigurationpanel.cpp34 …_CHECKBOX(XRCID("chkHighlightOccurrences"), OccurrencesHighlightingConfigurationPanel::OnCheck) in BEGIN_EVENT_TABLE()
35 …X(XRCID("chkHighlightOccurrencesOverrideText"), OccurrencesHighlightingConfigurationPanel::OnCheck) in BEGIN_EVENT_TABLE()
36 …kHighlightPermanentlyOccurrencesOverrideText"), OccurrencesHighlightingConfigurationPanel::OnCheck) in BEGIN_EVENT_TABLE()
159 void OccurrencesHighlightingConfigurationPanel::OnCheck(cb_unused wxCommandEvent& event) in OnCheck() function in OccurrencesHighlightingConfigurationPanel
H A Doccurrenceshighlightingconfigurationpanel.h33 void OnCheck(wxCommandEvent& event);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/dialup/
H A Dnettest.cpp83 void OnCheck(wxCommandEvent& event);
128 EVT_MENU(NetTest_Check, MyFrame::OnCheck)
300 void MyFrame::OnCheck(wxCommandEvent& WXUNUSED(event)) in OnCheck() function in MyFrame
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/dialup/
H A Dnettest.cpp86 void OnCheck(wxCommandEvent& event);
131 EVT_MENU(NetTest_Check, MyFrame::OnCheck) in wxBEGIN_EVENT_TABLE()
303 void MyFrame::OnCheck(wxCommandEvent& WXUNUSED(event)) in OnCheck() function in MyFrame
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/dialup/
H A Dnettest.cpp83 void OnCheck(wxCommandEvent& event);
128 EVT_MENU(NetTest_Check, MyFrame::OnCheck) in BEGIN_EVENT_TABLE()
296 void MyFrame::OnCheck(wxCommandEvent& WXUNUSED(event)) in OnCheck() function in MyFrame
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/dialup/
H A Dnettest.cpp83 void OnCheck(wxCommandEvent& event);
128 EVT_MENU(NetTest_Check, MyFrame::OnCheck) in BEGIN_EVENT_TABLE()
296 void MyFrame::OnCheck(wxCommandEvent& WXUNUSED(event)) in OnCheck() function in MyFrame
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/dialup/
H A Dnettest.cpp83 void OnCheck(wxCommandEvent& event);
128 EVT_MENU(NetTest_Check, MyFrame::OnCheck) in BEGIN_EVENT_TABLE()
296 void MyFrame::OnCheck(wxCommandEvent& WXUNUSED(event)) in OnCheck() function in MyFrame
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/dialup/
H A Dnettest.cpp83 void OnCheck(wxCommandEvent& event);
128 EVT_MENU(NetTest_Check, MyFrame::OnCheck) in BEGIN_EVENT_TABLE()
296 void MyFrame::OnCheck(wxCommandEvent& WXUNUSED(event)) in OnCheck() function in MyFrame
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/dialup/
H A Dnettest.cpp86 void OnCheck(wxCommandEvent& event);
131 EVT_MENU(NetTest_Check, MyFrame::OnCheck) in wxBEGIN_EVENT_TABLE()
303 void MyFrame::OnCheck(wxCommandEvent& WXUNUSED(event)) in OnCheck() function in MyFrame
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/settings/
H A Doptionspage_logging.cpp70 impl_->do_limit_->Bind(wxEVT_CHECKBOX, &COptionsPageLogging::OnCheck, this); in CreateControls()
71 impl_->log_->Bind(wxEVT_CHECKBOX, &COptionsPageLogging::OnCheck, this); in CreateControls()
158 void COptionsPageLogging::OnCheck(wxCommandEvent&) in OnCheck() function in COptionsPageLogging
H A Doptionspage_logging.h21 void OnCheck(wxCommandEvent& event);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/ipc/service/
H A Dgpu_watchdog_thread.cc164 OnCheck(false); in Init()
318 base::BindOnce(&GpuWatchdogThreadImplV1::OnCheck, in OnAcknowledge()
323 void GpuWatchdogThreadImplV1::OnCheck(bool after_suspend) { in OnCheck() function in gpu::GpuWatchdogThreadImplV1
571 OnCheck(true); in SuspendStateChanged()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/univ/
H A Dcheckbox.cpp103 void wxCheckBox::OnCheck() in OnCheck() function in wxCheckBox
226 OnCheck(); in DoSet3StateValue()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/univ/
H A Dcheckbox.cpp106 void wxCheckBox::OnCheck() in OnCheck() function in wxCheckBox
228 OnCheck(); in DoSet3StateValue()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/univ/
H A Dcheckbox.cpp106 void wxCheckBox::OnCheck() in OnCheck() function in wxCheckBox
228 OnCheck(); in DoSet3StateValue()
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dfileexistsdlg.h27 void OnCheck(wxCommandEvent& event);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DRearrangeDialog.py36 self.lc.Bind(wx.EVT_CHECKLISTBOX, self.OnCheck)
71 def OnCheck(self, event): member in MyRearrangeDialog
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/univ/
H A Dradiobut.h68 virtual void OnCheck();
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/univ/
H A Dradiobut.h68 virtual void OnCheck();
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/univ/
H A Dradiobut.h71 virtual void OnCheck();
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Drearrangectrl.cpp43 EVT_CHECKLISTBOX(wxID_ANY, wxRearrangeList::OnCheck) in BEGIN_EVENT_TABLE()
168 void wxRearrangeList::OnCheck(wxCommandEvent& event) in OnCheck() function in wxRearrangeList
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Drearrangectrl.cpp43 EVT_CHECKLISTBOX(wxID_ANY, wxRearrangeList::OnCheck) in BEGIN_EVENT_TABLE()
168 void wxRearrangeList::OnCheck(wxCommandEvent& event) in OnCheck() function in wxRearrangeList
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/structure/bma_refine/
H A DInterfaceGUI.hpp82 void OnCheck(wxCommandEvent& event);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/univ/
H A Dradiobut.h70 virtual void OnCheck() wxOVERRIDE;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Drearrangectrl.cpp40 EVT_CHECKLISTBOX(wxID_ANY, wxRearrangeList::OnCheck) in wxBEGIN_EVENT_TABLE()
179 void wxRearrangeList::OnCheck(wxCommandEvent& event) in OnCheck() function in wxRearrangeList

123