Searched refs:GetMGLCursor (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dcursor.h40 MGLCursor *GetMGLCursor() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dcursor.cpp183 MGLCursor *wxCursor::GetMGLCursor() const function in class:wxCursor
201 MGL_wmSetGlobalCursor(g_winMng, *cursor.GetMGLCursor());
H A Dwindow.cpp665 MGL_wmSetWindowCursor(m_wnd, *m_cursor.GetMGLCursor());
667 MGL_wmSetWindowCursor(m_wnd, *wxSTANDARD_CURSOR->GetMGLCursor());
828 MGL_wmSetWindowCursor(m_wnd, *m_cursor.GetMGLCursor());
830 MGL_wmSetWindowCursor(m_wnd, *wxSTANDARD_CURSOR->GetMGLCursor());

Completed in 52 milliseconds