Home
last modified time | relevance | path

Searched defs:EVT_CLOSE (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/cocoa/
H A Dtoplevel.mm59 EVT_CLOSE(wxTopLevelWindowCocoa::OnCloseWindow) function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/cocoa/
H A Dtoplevel.mm59 EVT_CLOSE(wxTopLevelWindowCocoa::OnCloseWindow) function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/src/
H A Devent_ex.py8 EVT_CLOSE = wx.PyEventBinder( wxEVT_CLOSE_WINDOW ) variable
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Devent.h2200 #define EVT_CLOSE(func) DECLARE_EVENT_TABLE_ENTRY( wxEVT_CLOSE_WINDOW, wxID_ANY, wxID_ANY, (wxObje… macro
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Devent.h2878 #define EVT_CLOSE(func) wx__DECLARE_EVT0(wxEVT_CLOSE_WINDOW, wxCloseEventHandler(func)) macro
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Devent.h2878 #define EVT_CLOSE(func) wx__DECLARE_EVT0(wxEVT_CLOSE_WINDOW, wxCloseEventHandler(func)) macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Devent.h2878 #define EVT_CLOSE(func) wx__DECLARE_EVT0(wxEVT_CLOSE_WINDOW, wxCloseEventHandler(func)) macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Devent.h2878 #define EVT_CLOSE(func) wx__DECLARE_EVT0(wxEVT_CLOSE_WINDOW, wxCloseEventHandler(func)) macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dcore.py1532 EVT_CLOSE = wx.PyEventBinder( wxEVT_CLOSE_WINDOW ) variable