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.cxx1736 for( int nTVIndex = 0; nTVIndex < BUTTON_LAST; nTVIndex++ ) in initialize() local
1738 if( mbButtonVisibility[nTVIndex] ) in initialize()
1741 …m_pButtons[ nTVIndex ] = gtk_dialog_add_button( GTK_DIALOG( m_pDialog ), GTK_STOCK_MEDIA_PLAY, 1 ); in initialize()
1745 … m_pButtons[ nTVIndex ] = gtk_dialog_add_button( GTK_DIALOG( m_pDialog ), aPlay.getStr(), 1 ); in initialize()
1754 for( int nTVIndex = 0; nTVIndex < TOGGLE_LAST; nTVIndex++ ) in initialize() local
1756 if( mbToggleVisibility[nTVIndex] ) in initialize()
1757 gtk_widget_show( m_pToggles[ nTVIndex ] ); in initialize()
1760 for( int nTVIndex = 0; nTVIndex < LIST_LAST; nTVIndex++ ) in initialize() local
1762 if( mbListVisibility[nTVIndex] ) in initialize()
1764 gtk_widget_set_sensitive( m_pLists[ nTVIndex ], false ); in initialize()
[all …]