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

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

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

revision 3343 by schoenebeck, Mon Jul 31 11:35:30 2017 UTC revision 3344 by schoenebeck, Wed Aug 2 10:39:46 2017 UTC
# Line 45  Line 45 
45  #include <gtkmm/statusbar.h>  #include <gtkmm/statusbar.h>
46  #include <gtkmm/image.h>  #include <gtkmm/image.h>
47  #include <gtkmm/entry.h>  #include <gtkmm/entry.h>
 #include <gtk/gtknotebook.h>  
48  #include <gtkmm/notebook.h>  #include <gtkmm/notebook.h>
49    
50  #include <sstream>  #include <sstream>
# Line 442  protected: Line 441  protected:
441      void on_action_move_root_note_with_region_moved();      void on_action_move_root_note_with_region_moved();
442      void on_action_help_about();      void on_action_help_about();
443    
444      void on_notebook_tab_switched(GtkNotebookPage* page, guint page_num);      void on_notebook_tab_switched(void* page, guint page_num);
445    
446      // sample right-click popup actions      // sample right-click popup actions
447      void on_sample_treeview_button_release(GdkEventButton* button);      void on_sample_treeview_button_release(GdkEventButton* button);

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

  ViewVC Help
Powered by ViewVC