Home
last modified time | relevance | path

Searched refs:EVT_TREE_ITEM_COLLAPSING (Results 1 – 25 of 35) sorted by relevance

12

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_treectrl.py192 wx.EVT_TREE_ITEM_COLLAPSING
H A Dtest_lib_agw_customtreectrl.py202 CT.EVT_TREE_ITEM_COLLAPSING
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dtreebase.h319 #define EVT_TREE_ITEM_COLLAPSING(id, fn) DECLARE_EVENT_TABLE_ENTRY( wxEVT_COMMAND_TREE_ITEM_COLLAPS… macro
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/osx/
H A Dtreectrl.h284 #define EVT_TREE_ITEM_COLLAPSING(id, fn) { wxEVT_TREE_ITEM_COLLAPSING, id, -1, (wxObjectEventFuncti… macro
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dtreebase.h312 #define EVT_TREE_ITEM_COLLAPSING(id, fn) wx__DECLARE_TREEEVT(ITEM_COLLAPSING, id, fn) macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/osx/
H A Dtreectrl.h284 #define EVT_TREE_ITEM_COLLAPSING(id, fn) { wxEVT_TREE_ITEM_COLLAPSING, id, -1, (wxObjectEventFuncti… macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dtreebase.h392 #define EVT_TREE_ITEM_COLLAPSING(id, fn) wx__DECLARE_TREEEVT(ITEM_COLLAPSING, id, fn) macro
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dtreebase.h392 #define EVT_TREE_ITEM_COLLAPSING(id, fn) wx__DECLARE_TREEEVT(ITEM_COLLAPSING, id, fn) macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dtreebase.h392 #define EVT_TREE_ITEM_COLLAPSING(id, fn) wx__DECLARE_TREEEVT(ITEM_COLLAPSING, id, fn) macro
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dtreebase.h392 #define EVT_TREE_ITEM_COLLAPSING(id, fn) wx__DECLARE_TREEEVT(ITEM_COLLAPSING, id, fn) macro
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dtreebase.h366 #define EVT_TREE_ITEM_COLLAPSING(id, fn) wx__DECLARE_TREEEVT(ITEM_COLLAPSING, id, fn) macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dtreebase.h366 #define EVT_TREE_ITEM_COLLAPSING(id, fn) wx__DECLARE_TREEEVT(ITEM_COLLAPSING, id, fn) macro
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/wx/tree/
H A Dtree.py203 tree.Bind(wx.EVT_TREE_ITEM_COLLAPSING, self._on_tree_item_collapsing)
553 tree.Unbind(wx.EVT_TREE_ITEM_COLLAPSING)
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithContribItems/wxtreelist/
H A DwxsTreeListCtrl.cpp90 WXS_EVI (EVT_TREE_ITEM_COLLAPSING,wxEVT_COMMAND_TREE_ITEM_COLLAPSING,wxTreeEvent,ItemCollapsing)
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmith/wxwidgets/defitems/
H A Dwxstreectrl.cpp68 … WXS_EVI(EVT_TREE_ITEM_COLLAPSING, wxEVT_COMMAND_TREE_ITEM_COLLAPSING, wxTreeEvent, ItemCollapsing)
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/wx/viewer/
H A Dtree_viewer.py106 tree.Bind(wx.EVT_TREE_ITEM_COLLAPSING, self._on_tree_item_collapsing)
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dworkspacebrowserf.cpp63 EVT_TREE_ITEM_COLLAPSING(idMenuTopTree, WorkspaceBrowserF::OnTreeItemCollapsing) in BEGIN_EVENT_TABLE()
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/wx/
H A Dtree_editor.py245 tree.Bind(wx.EVT_TREE_ITEM_COLLAPSING, self._on_tree_item_collapsing)
279 tree.Unbind(wx.EVT_TREE_ITEM_COLLAPSING)
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/
H A Dclassbrowser.cpp104 EVT_TREE_ITEM_COLLAPSING (XRCID("treeAll"), ClassBrowser::OnTreeItemCollapsing) in BEGIN_EVENT_TABLE()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/frm/
H A Devents.cpp72 EVT_TREE_ITEM_COLLAPSING(CTL_BROWSER, frmMain::OnCollapse) in BEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/regtest/
H A Dregtest.cpp274 EVT_TREE_ITEM_COLLAPSING(Ctrl_RegTree, RegTreeCtrl::OnItemExpanding) in wxBEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/regtest/
H A Dregtest.cpp278 EVT_TREE_ITEM_COLLAPSING(Ctrl_RegTree, RegTreeCtrl::OnItemExpanding) in wxBEGIN_EVENT_TABLE()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/regtest/
H A Dregtest.cpp278 EVT_TREE_ITEM_COLLAPSING(Ctrl_RegTree, RegTreeCtrl::OnItemExpanding) in wxBEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/treectrl/
H A Dtreetest.cpp133 EVT_TREE_ITEM_COLLAPSING(TreeTest_Ctrl, MyTreeCtrl::OnItemCollapsing) in BEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/treectrl/
H A Dtreetest.cpp133 EVT_TREE_ITEM_COLLAPSING(TreeTest_Ctrl, MyTreeCtrl::OnItemCollapsing) in BEGIN_EVENT_TABLE()

12