Home
last modified time | relevance | path

Searched defs:unselect_others (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dtreectlg.cpp368 bool &unselect_others) in EventFlagsToSelType()
1968 bool unselect_others, in DoSelectItem()
2815 bool is_multiple, extended_select, unselect_others; in OnChar() local
3512 bool is_multiple, extended_select, unselect_others; in OnMouse() local
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dtreectlg.cpp368 bool &unselect_others) in EventFlagsToSelType()
1968 bool unselect_others, in DoSelectItem()
2815 bool is_multiple, extended_select, unselect_others; in OnChar() local
3512 bool is_multiple, extended_select, unselect_others; in OnMouse() local
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dtreectlg.cpp368 bool &unselect_others) in EventFlagsToSelType()
1968 bool unselect_others, in DoSelectItem()
2815 bool is_multiple, extended_select, unselect_others; in OnChar() local
3512 bool is_multiple, extended_select, unselect_others; in OnMouse() local
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dtreectlg.cpp368 bool &unselect_others) in EventFlagsToSelType()
1968 bool unselect_others, in DoSelectItem()
2815 bool is_multiple, extended_select, unselect_others; in OnChar() local
3512 bool is_multiple, extended_select, unselect_others; in OnMouse() local
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dtreectlg.cpp375 bool &unselect_others) in EventFlagsToSelType()
2127 bool unselect_others, in DoSelectItem()
3085 bool is_multiple, extended_select, unselect_others; in OnChar() local
3884 bool is_multiple, extended_select, unselect_others; in OnMouse() local
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dtreectlg.cpp373 bool &unselect_others) in EventFlagsToSelType()
2125 bool unselect_others, in DoSelectItem()
3072 bool is_multiple, extended_select, unselect_others; in OnChar() local
3904 bool is_multiple, extended_select, unselect_others; in OnMouse() local
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dtreectlg.cpp375 bool &unselect_others) in EventFlagsToSelType()
2127 bool unselect_others, in DoSelectItem()
3085 bool is_multiple, extended_select, unselect_others; in OnChar() local
3884 bool is_multiple, extended_select, unselect_others; in OnMouse() local
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A Dtreelistctrl.cpp2848 bool unselect_others) { in SelectItem()
3831 bool unselect_others = !((event.ShiftDown() || event.ControlDown()) && in OnChar() local
4116 bool unselect_others = ! (HasFlag(wxTR_MULTIPLE) && ( in OnMouse() local
4966 bool unselect_others) in SelectItem()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxTreeList/src/
H A Dtreelistctrl.cpp2877 bool unselect_others) { in SelectItem()
3839 bool unselect_others = !((event.ShiftDown() || event.ControlDown()) && in OnChar() local
4123 bool unselect_others = ! (HasFlag(wxTR_MULTIPLE) && ( in OnMouse() local
4944 bool unselect_others) in SelectItem()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/
H A Dcustomtreectrl.py5746 def DoSelectItem(self, item, unselect_others=True, extended_select=False, from_key=False): argument