Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx75 m_aCursors[ i ] = NULL; in GtkSalDisplay()
86 if( m_aCursors[ i ] ) in ~GtkSalDisplay()
87 gdk_cursor_unref( m_aCursors[ i ] ); in ~GtkSalDisplay()
370 if ( !m_aCursors[ ePointerStyle ] ) in getCursor()
493 m_aCursors[ ePointerStyle ] = pCursor; in getCursor()
496 return m_aCursors[ ePointerStyle ]; in getCursor()
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkdata.hxx56 GdkCursor *m_aCursors[ POINTER_COUNT ]; member in GtkSalDisplay

Completed in 17 milliseconds