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

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

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

revision 2558 by schoenebeck, Sat May 17 23:55:30 2014 UTC revision 2616 by schoenebeck, Tue Jun 10 20:20:21 2014 UTC
# Line 17  Line 17 
17  #include <gtkmm/liststore.h>  #include <gtkmm/liststore.h>
18  #include <gtkmm/table.h>  #include <gtkmm/table.h>
19  #include <gtkmm/comboboxtext.h>  #include <gtkmm/comboboxtext.h>
20    #include <gtkmm/scrolledwindow.h>
21    
22  #include "wrapLabel.hh"  #include "wrapLabel.hh"
23    
# Line 41  protected: Line 42  protected:
42      gig::Instrument* m_newCombinedInstrument;      gig::Instrument* m_newCombinedInstrument;
43    
44      Gtk::HButtonBox m_buttonBox;      Gtk::HButtonBox m_buttonBox;
45        Gtk::ScrolledWindow m_scrolledWindow;
46      Gtk::TreeView   m_treeView;      Gtk::TreeView   m_treeView;
47      Gtk::Button     m_cancelButton;      Gtk::Button     m_cancelButton;
48      Gtk::Button     m_OKButton;      Gtk::Button     m_OKButton;

Legend:
Removed from v.2558  
changed lines
  Added in v.2616

  ViewVC Help
Powered by ViewVC