Home
last modified time | relevance | path

Searched refs:OnSuspendCancel (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/power/
H A Dpower.cpp97 void OnSuspendCancel(wxPowerEvent& WXUNUSED(event)) in OnSuspendCancel() function in MyFrame
179 EVT_POWER_SUSPEND_CANCEL(MyFrame::OnSuspendCancel)
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/power/
H A Dpower.cpp97 void OnSuspendCancel(wxPowerEvent& WXUNUSED(event)) in OnSuspendCancel() function in MyFrame
179 EVT_POWER_SUSPEND_CANCEL(MyFrame::OnSuspendCancel)
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/power/
H A Dpower.cpp97 void OnSuspendCancel(wxPowerEvent& WXUNUSED(event)) in OnSuspendCancel() function in MyFrame
179 EVT_POWER_SUSPEND_CANCEL(MyFrame::OnSuspendCancel)
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/power/
H A Dpower.cpp97 void OnSuspendCancel(wxPowerEvent& WXUNUSED(event)) in OnSuspendCancel() function in MyFrame
179 EVT_POWER_SUSPEND_CANCEL(MyFrame::OnSuspendCancel)
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/power/
H A Dpower.cpp97 void OnSuspendCancel(wxPowerEvent& WXUNUSED(event)) in OnSuspendCancel() function in MyFrame
179 EVT_POWER_SUSPEND_CANCEL(MyFrame::OnSuspendCancel)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/power/
H A Dpower.cpp97 void OnSuspendCancel(wxPowerEvent& WXUNUSED(event)) in OnSuspendCancel() function in MyFrame
179 EVT_POWER_SUSPEND_CANCEL(MyFrame::OnSuspendCancel)
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/power/
H A Dpower.cpp115 void OnSuspendCancel(wxPowerEvent& WXUNUSED(event)) in OnSuspendCancel() function in MyFrame
254 EVT_POWER_SUSPEND_CANCEL(MyFrame::OnSuspendCancel)
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dchart1.h378 void OnSuspendCancel(wxPowerEvent &event);
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchart1.cpp2782 EVT_POWER_SUSPEND_CANCEL(MyFrame::OnSuspendCancel) in BEGIN_EVENT_TABLE()
9864 void MyFrame::OnSuspendCancel(wxPowerEvent& WXUNUSED(event)) function in MyFrame