Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1750 for( int nTVIndex = 0; nTVIndex < BUTTON_LAST; nTVIndex++ ) in initialize() local
1752 if( mbButtonVisibility[nTVIndex] ) in initialize()
1768 for( int nTVIndex = 0; nTVIndex < TOGGLE_LAST; nTVIndex++ ) in initialize() local
1770 if( mbToggleVisibility[nTVIndex] ) in initialize()
1771 gtk_widget_show( m_pToggles[ nTVIndex ] ); in initialize()
1774 for( int nTVIndex = 0; nTVIndex < LIST_LAST; nTVIndex++ ) in initialize() local
1776 if( mbListVisibility[nTVIndex] ) in initialize()
1779 gtk_widget_show( m_pLists[ nTVIndex ] ); in initialize()
1780 gtk_widget_show( m_pListLabels[ nTVIndex ] ); in initialize()
1781 gtk_widget_show( m_pAligns[ nTVIndex ] ); in initialize()
[all …]

Completed in 26 milliseconds