Home
last modified time | relevance | path

Searched defs:EVT_RIBBONBAR_PAGE_CHANGING (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dribbon.py21 EVT_RIBBONBAR_PAGE_CHANGING = wx.PyEventBinder(wxEVT_RIBBONBAR_PAGE_CHANGING,1) variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/ribbon/
H A Dbar.h240 #define EVT_RIBBONBAR_PAGE_CHANGING(winid, fn) \ macro
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/ribbon/
H A Dbar.h246 #define EVT_RIBBONBAR_PAGE_CHANGING(winid, fn) \ macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/ribbon/
H A Dbar.h240 #define EVT_RIBBONBAR_PAGE_CHANGING(winid, fn) \ macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/ribbon/
H A Dbar.py118 EVT_RIBBONBAR_PAGE_CHANGING = wx.PyEventBinder(wxEVT_COMMAND_RIBBONBAR_PAGE_CHANGING, 1) variable