Home
last modified time | relevance | path

Searched refs:drag_x_threshold (Results 1 – 18 of 18) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/aui/
H A Dauibook.cpp1265 int drag_x_threshold = wxSystemSettings::GetMetric(wxSYS_DRAG_X); in OnMotion() local
1268 if (abs(pos.x - m_clickPt.x) > drag_x_threshold || in OnMotion()
H A Dframemanager.cpp4591 int drag_x_threshold = wxSystemSettings::GetMetric(wxSYS_DRAG_X); in OnMotion() local
4598 (abs(event.m_x - m_actionStart.x) > drag_x_threshold || in OnMotion()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/aui/
H A Dauibook.cpp1265 int drag_x_threshold = wxSystemSettings::GetMetric(wxSYS_DRAG_X); in OnMotion() local
1268 if (abs(pos.x - m_clickPt.x) > drag_x_threshold || in OnMotion()
H A Dframemanager.cpp4591 int drag_x_threshold = wxSystemSettings::GetMetric(wxSYS_DRAG_X); in OnMotion() local
4598 (abs(event.m_x - m_actionStart.x) > drag_x_threshold || in OnMotion()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/aui/
H A Dauibook.cpp1290 int drag_x_threshold = wxSystemSettings::GetMetric(wxSYS_DRAG_X, this); in OnMotion() local
1293 if (abs(pos.x - m_clickPt.x) > drag_x_threshold || in OnMotion()
H A Dframemanager.cpp4617 int drag_x_threshold = wxSystemSettings::GetMetric(wxSYS_DRAG_X, m_frame); in OnMotion() local
4624 (abs(event.m_x - m_actionStart.x) > drag_x_threshold || in OnMotion()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/aui/
H A Dauibook.cpp2590 int drag_x_threshold = wxSystemSettings::GetMetric(wxSYS_DRAG_X); in OnMotion() local
2593 if (abs(pos.x - m_click_pt.x) > drag_x_threshold || in OnMotion()
H A Dframemanager.cpp4458 int drag_x_threshold = wxSystemSettings::GetMetric(wxSYS_DRAG_X); in OnMotion() local
4465 (abs(event.m_x - m_action_start.x) > drag_x_threshold || in OnMotion()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/aui/
H A Dauibook.cpp2590 int drag_x_threshold = wxSystemSettings::GetMetric(wxSYS_DRAG_X); in OnMotion() local
2593 if (abs(pos.x - m_click_pt.x) > drag_x_threshold || in OnMotion()
H A Dframemanager.cpp4458 int drag_x_threshold = wxSystemSettings::GetMetric(wxSYS_DRAG_X); in OnMotion() local
4465 (abs(event.m_x - m_action_start.x) > drag_x_threshold || in OnMotion()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/aui/
H A Dauibook.cpp2590 int drag_x_threshold = wxSystemSettings::GetMetric(wxSYS_DRAG_X); in OnMotion() local
2593 if (abs(pos.x - m_click_pt.x) > drag_x_threshold || in OnMotion()
H A Dframemanager.cpp4458 int drag_x_threshold = wxSystemSettings::GetMetric(wxSYS_DRAG_X); in OnMotion() local
4465 (abs(event.m_x - m_action_start.x) > drag_x_threshold || in OnMotion()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/aui/
H A Dauibook.cpp2590 int drag_x_threshold = wxSystemSettings::GetMetric(wxSYS_DRAG_X); in OnMotion() local
2593 if (abs(pos.x - m_click_pt.x) > drag_x_threshold || in OnMotion()
H A Dframemanager.cpp4458 int drag_x_threshold = wxSystemSettings::GetMetric(wxSYS_DRAG_X); in OnMotion() local
4465 (abs(event.m_x - m_action_start.x) > drag_x_threshold || in OnMotion()
/dports/editors/madedit/madedit-0.2.9/wxAUI/src/
H A Dauibook.cpp2699 int drag_x_threshold = wxSystemSettings::GetMetric(wxSYS_DRAG_X); in OnMotion() local
2702 if (abs(pos.x - m_click_pt.x) > drag_x_threshold || in OnMotion()
H A Dframemanager.cpp4392 int drag_x_threshold = wxSystemSettings::GetMetric(wxSYS_DRAG_X); in OnMotion() local
4399 (abs(event.m_x - m_action_start.x) > drag_x_threshold || in OnMotion()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/aui/
H A Dauibook.py2401 drag_x_threshold = wx.SystemSettings.GetMetric(wx.SYS_DRAG_X)
2404 if abs(pos.x - self._click_pt.x) > drag_x_threshold or \
H A Dframemanager.py9405 drag_x_threshold = wx.SystemSettings.GetMetric(wx.SYS_DRAG_X)
9412 if not (abs(clientPt.x - self._action_start.x) > drag_x_threshold or \