Searched refs:wxCursor (Results 1 – 2 of 2) sorted by relevance
58 Cursor::Cursor(wxCursor* c) in Cursor()65 static Cursor c = new wxCursor(wxCURSOR_ARROW); in pointerCursor()71 static Cursor c = new wxCursor(wxCURSOR_CROSS); in crossCursor()77 static Cursor c = new wxCursor(wxCURSOR_HAND); in handCursor()83 static Cursor c = new wxCursor(wxCURSOR_IBEAM); in iBeamCursor()89 static Cursor c = new wxCursor(wxCURSOR_WAIT); in waitCursor()95 static Cursor c = new wxCursor(wxCURSOR_QUESTION_ARROW); in helpCursor()101 static Cursor c = new wxCursor(wxCURSOR_SIZEWE); in eastResizeCursor()107 static Cursor c = new wxCursor(wxCURSOR_SIZENS); in northResizeCursor()113 static Cursor c = new wxCursor(wxCURSOR_SIZENESW); in northEastResizeCursor()[all …]
56 class wxCursor; variable91 typedef wxCursor* PlatformCursor;92 typedef wxCursor* PlatformCursorHandle;