/[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 3472 by persson, Sat Feb 16 19:56:56 2019 UTC revision 3635 by schoenebeck, Thu Oct 24 11:16:26 2019 UTC
# Line 135  protected: Line 135  protected:
135      void set_MIDIProgram(uint32_t value);      void set_MIDIProgram(uint32_t value);
136    
137      sigc::signal<void> sig_name_changed;      sigc::signal<void> sig_name_changed;
138      VBox vbox;      Gtk::Notebook tabs;
139        VBox vbox[3];
140      HButtonBox buttonBox;      HButtonBox buttonBox;
141      Gtk::Button quitButton;      Gtk::Button quitButton;
142    
143        // tab 1
144      Table table;      Table table;
145      StringEntry eName;      StringEntry eName;
146      BoolEntry eIsDrum;      BoolEntry eIsDrum;
# Line 151  protected: Line 154  protected:
154      BoolEntry ePianoReleaseMode;      BoolEntry ePianoReleaseMode;
155      NoteEntry eDimensionKeyRangeLow;      NoteEntry eDimensionKeyRangeLow;
156      NoteEntry eDimensionKeyRangeHigh;      NoteEntry eDimensionKeyRangeHigh;
157    
158        // tab 2
159        Table table2;
160        StringEntry eName2;
161        StringEntry eCreationDate;
162        StringEntryMultiLine eComments;
163        StringEntry eProduct;
164        StringEntry eCopyright;
165        StringEntry eArtists;
166        StringEntry eGenre;
167        StringEntry eKeywords;
168        StringEntry eEngineer;
169        StringEntry eTechnician;
170        StringEntry eSoftware;
171        StringEntry eMedium;
172        StringEntry eSource;
173        StringEntry eSourceForm;
174        StringEntry eCommissioned;
175        StringEntry eSubject;
176  };  };
177    
178  class ProgressDialog : public Gtk::Dialog {  class ProgressDialog : public Gtk::Dialog {

Legend:
Removed from v.3472  
changed lines
  Added in v.3635

  ViewVC Help
Powered by ViewVC