Home
last modified time | relevance | path

Searched refs:m_CursorUpArrow (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/anttweakbar/AntTweakBar/src/
H A DTwMgr.h312 CCursor m_CursorUpArrow; member
H A DTwMgr.cpp6233 m_CursorUpArrow = ::LoadCursor(NULL ,MAKEINTRESOURCE(IDC_UPARROW)); in CreateCursors()
6402 m_CursorUpArrow = [[NSCursor arrowCursor] retain]; in CreateCursors()
6427 [m_CursorUpArrow release]; in FreeCursors()
6534 m_CursorUpArrow = XCreateFontCursor(m_CurrentXDisplay, XC_center_ptr); in CreateCursors()
6563 XFreeCursor(m_CurrentXDisplay, m_CursorUpArrow); in FreeCursors()