Home
last modified time | relevance | path

Searched refs:CURSOR_SIZEWE (Results 1 – 25 of 44) sorted by relevance

12

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/mixins/
H A Drubberband.py163 wx.CURSOR_SIZEWE,
240 elif self.__currentCursor == wx.CURSOR_SIZEWE:
287 wx.CURSOR_SIZEWE,
291 wx.CURSOR_SIZEWE
/dports/devel/love10/love-0.10.2/src/modules/mouse/
H A DCursor.h48 CURSOR_SIZEWE, enumerator
H A DCursor.cpp61 {"sizewe", Cursor::CURSOR_SIZEWE},
/dports/devel/love/love-11.3/src/modules/mouse/
H A DCursor.h50 CURSOR_SIZEWE, enumerator
H A DCursor.cpp63 {"sizewe", Cursor::CURSOR_SIZEWE},
/dports/devel/love/love-11.3/src/modules/mouse/sdl/
H A DCursor.cpp111 {Cursor::CURSOR_SIZEWE, SDL_SYSTEM_CURSOR_SIZEWE},
/dports/devel/love10/love-0.10.2/src/modules/mouse/sdl/
H A DCursor.cpp111 {Cursor::CURSOR_SIZEWE, SDL_SYSTEM_CURSOR_SIZEWE},
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_cursor.py56 wx.CURSOR_SIZEWE
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DSash.java83 int cursorStyle = (style & SWT.VERTICAL) != 0 ? SWT.CURSOR_SIZEWE : SWT.CURSOR_SIZENS; in Sash()
293 int cursorType = (style & SWT.HORIZONTAL) != 0 ? SWT.CURSOR_SIZENS : SWT.CURSOR_SIZEWE; in findCursor()
H A DTracker.java261 newCursor = new Cursor(display, SWT.CURSOR_SIZEWE); in adjustResizeCursor()
264 newCursor = new Cursor(display, SWT.CURSOR_SIZEWE); in adjustResizeCursor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/
H A DTest_org_eclipse_swt_graphics_Cursor.java77 cursor = new Cursor(display, SWT.CURSOR_SIZEWE); in test_ConstructorLorg_eclipse_swt_graphics_DeviceI()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/
H A DTrimPaneLayout.java183 composite.setCursor(composite.getDisplay().getSystemCursor(SWT.CURSOR_SIZEWE)); in setCursor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/
H A DCursor.java132 case SWT.CURSOR_SIZEWE: lpCursorName = OS.IDC_SIZEWE; break; in Cursor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DCBanner.java108 resizeCursor = getDisplay().getSystemCursor(SWT.CURSOR_SIZEWE); in CBanner()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/
H A DColorTab.java101 cmap.put(SWT.CURSOR_SIZEWE, "CURSOR_SIZEWE"); in addTableElements()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/
H A DSashLayout.java124 newCursor = SWT.CURSOR_SIZEWE; in onMouseMove()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DCBanner.java108 resizeCursor = getDisplay().getSystemCursor(SWT.CURSOR_SIZEWE); in CBanner()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DCursor.py94 "wx.CURSOR_SIZEWE" : wx.CURSOR_SIZEWE,
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/gizmos/
H A Ddynamicsash.py829 cursor = wx.Cursor(wx.CURSOR_SIZEWE)
1143 cursor = wx.Cursor(wx.CURSOR_SIZEWE)
1152 cursor = wx.Cursor(wx.CURSOR_SIZEWE)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/
H A DSWT.java3991 public static final int CURSOR_SIZEWE = 9; field in SWT
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/
H A DCursor.java193 case SWT.CURSOR_SIZEWE: handle = NSCursor.resizeLeftRightCursor(); break; in Cursor()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/
H A DSWT.java4161 public static final int CURSOR_SIZEWE = 9; field in SWT
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/
H A DContentMergeViewer.java616 fHSashCursor= c.getDisplay().getSystemCursor(SWT.CURSOR_SIZEWE); in updateCursor()
626 fHSashCursor= c.getDisplay().getSystemCursor(SWT.CURSOR_SIZEWE); in updateCursor()
/dports/math/vtk9/VTK-9.1.0/Wrapping/Python/vtkmodules/wx/
H A DwxVTKRenderWindowInteractor.py222 7: wx.CURSOR_SIZEWE, # VTK_CURSOR_SIZEWE
/dports/math/vtk6/VTK-6.2.0/Wrapping/Python/vtk/wx/
H A DwxVTKRenderWindowInteractor.py229 7: wx.CURSOR_SIZEWE, # VTK_CURSOR_SIZEWE

12