/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/aui/ |
H A D | auibook.cpp | 1265 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 D | framemanager.cpp | 4591 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 D | auibook.cpp | 1265 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 D | framemanager.cpp | 4591 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 D | auibook.cpp | 1290 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 D | framemanager.cpp | 4617 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 D | auibook.cpp | 2590 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 D | framemanager.cpp | 4458 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 D | auibook.cpp | 2590 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 D | framemanager.cpp | 4458 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 D | auibook.cpp | 2590 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 D | framemanager.cpp | 4458 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 D | auibook.cpp | 2590 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 D | framemanager.cpp | 4458 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 D | auibook.cpp | 2699 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 D | framemanager.cpp | 4392 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 D | auibook.py | 2401 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 D | framemanager.py | 9405 drag_x_threshold = wx.SystemSettings.GetMetric(wx.SYS_DRAG_X) 9412 if not (abs(clientPt.x - self._action_start.x) > drag_x_threshold or \
|