Lines Matching refs:nTVIndex
1749 for( int nTVIndex = 0; nTVIndex < BUTTON_LAST; nTVIndex++ ) in initialize() local
1751 if( mbButtonVisibility[nTVIndex] ) in initialize()
1754 …m_pButtons[ nTVIndex ] = gtk_dialog_add_button( GTK_DIALOG( m_pDialog ), GTK_STOCK_MEDIA_PLAY, 1 ); in initialize()
1758 … m_pButtons[ nTVIndex ] = gtk_dialog_add_button( GTK_DIALOG( m_pDialog ), aPlay.getStr(), 1 ); in initialize()
1767 for( int nTVIndex = 0; nTVIndex < TOGGLE_LAST; nTVIndex++ ) in initialize() local
1769 if( mbToggleVisibility[nTVIndex] ) in initialize()
1770 gtk_widget_show( m_pToggles[ nTVIndex ] ); in initialize()
1773 for( int nTVIndex = 0; nTVIndex < LIST_LAST; nTVIndex++ ) in initialize() local
1775 if( mbListVisibility[nTVIndex] ) in initialize()
1777 gtk_widget_set_sensitive( m_pLists[ nTVIndex ], false ); in initialize()
1778 gtk_widget_show( m_pLists[ nTVIndex ] ); in initialize()
1779 gtk_widget_show( m_pListLabels[ nTVIndex ] ); in initialize()
1780 gtk_widget_show( m_pAligns[ nTVIndex ] ); in initialize()
1781 gtk_widget_show( m_pHBoxs[ nTVIndex ] ); in initialize()