/[svn]/gigedit/trunk/src/gigedit/mainwindow.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/mainwindow.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3343 by schoenebeck, Mon Jul 31 11:20:18 2017 UTC revision 3344 by schoenebeck, Wed Aug 2 10:39:46 2017 UTC
# Line 1064  void MainWindow::onMacrosSetupChanged(co Line 1064  void MainWindow::onMacrosSetupChanged(co
1064      updateMacroMenu();      updateMacroMenu();
1065  }  }
1066    
1067  void MainWindow::on_notebook_tab_switched(GtkNotebookPage* page, guint page_num) {  //NOTE: the actual signal's first argument for argument 'page' is on some gtkmm version GtkNotebookPage* and on some Gtk::Widget*. Since we don't need that argument, it is simply void* here for now.
1068    void MainWindow::on_notebook_tab_switched(void* page, guint page_num) {
1069      bool isInstrumentsPage = (page_num == 1);      bool isInstrumentsPage = (page_num == 1);
1070      // so far we only support filtering for the instruments list, so hide the      // so far we only support filtering for the instruments list, so hide the
1071      // filter text entry field if another tab is selected      // filter text entry field if another tab is selected

Legend:
Removed from v.3343  
changed lines
  Added in v.3344

  ViewVC Help
Powered by ViewVC