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.cxx73 m_aCursors[ i ] = NULL; in GtkSalDisplay()
84 if( m_aCursors[ i ] ) in ~GtkSalDisplay()
85 gdk_cursor_unref( m_aCursors[ i ] ); in ~GtkSalDisplay()
368 if ( !m_aCursors[ ePointerStyle ] ) in getCursor()
489 m_aCursors[ ePointerStyle ] = pCursor; in getCursor()
492 return m_aCursors[ ePointerStyle ]; in getCursor()
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkdata.hxx56 GdkCursor *m_aCursors[ POINTER_COUNT ]; member in GtkSalDisplay