Home
last modified time | relevance | path

Searched refs:auiLayerInsertOffset (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/aui/
H A Daui_constants.py466 auiLayerInsertOffset = 5 variable
H A Dframemanager.py3792 if pt.x < auiLayerInsertOffset and pt.x > auiLayerInsertOffset - auiLayerInsertPixels:
3795 if pt.x >= clientSize.x - auiLayerInsertOffset and \
3796 pt.x < clientSize.x - auiLayerInsertOffset + auiLayerInsertPixels:
3800 if pt.y < auiLayerInsertOffset and pt.y > auiLayerInsertOffset - auiLayerInsertPixels:
3803 if pt.y >= clientSize.y - auiLayerInsertOffset and \
3804 pt.y < clientSize.y - auiLayerInsertOffset + auiLayerInsertPixels:
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/aui/
H A Dframemanager.cpp2889 const int auiLayerInsertOffset = 5; variable
2912 layer_insert_offset = m_frame->FromDIP(wxSize(auiLayerInsertOffset, auiLayerInsertOffset)); in DoDrop()
/dports/editors/madedit/madedit-0.2.9/wxAUI/src/
H A Dframemanager.cpp2776 const int auiLayerInsertOffset = 5; variable
2797 int layer_insert_offset = auiLayerInsertOffset; in DoDrop()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/aui/
H A Dframemanager.cpp2882 const int auiLayerInsertOffset = 5; variable
2903 int layer_insert_offset = auiLayerInsertOffset; in DoDrop()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/aui/
H A Dframemanager.cpp2768 const int auiLayerInsertOffset = 5; variable
2789 int layer_insert_offset = auiLayerInsertOffset; in DoDrop()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/aui/
H A Dframemanager.cpp2768 const int auiLayerInsertOffset = 5; variable
2789 int layer_insert_offset = auiLayerInsertOffset; in DoDrop()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/aui/
H A Dframemanager.cpp2768 const int auiLayerInsertOffset = 5; variable
2789 int layer_insert_offset = auiLayerInsertOffset; in DoDrop()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/aui/
H A Dframemanager.cpp2768 const int auiLayerInsertOffset = 5; variable
2789 int layer_insert_offset = auiLayerInsertOffset; in DoDrop()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/aui/
H A Dframemanager.cpp2882 const int auiLayerInsertOffset = 5; variable
2903 int layer_insert_offset = auiLayerInsertOffset; in DoDrop()