File tree Expand file tree Collapse file tree 4 files changed +231
-149
lines changed Expand file tree Collapse file tree 4 files changed +231
-149
lines changed Original file line number Diff line number Diff line change 19
19
#include " c1_gui.h"
20
20
21
21
#include < ytkmm/alignment.h>
22
+ #include < ytkmm/combobox.h>
22
23
#include < ytkmm/label.h>
23
24
#include < ytkmm/liststore.h>
24
25
25
- #include < gtkmm/alignment.h>
26
26
#include " pbd/file_utils.h"
27
27
#include " pbd/i18n.h"
28
28
#include " pbd/strsplit.h"
Original file line number Diff line number Diff line change 23
23
#include < string>
24
24
25
25
#include < ytkmm/box.h>
26
- #include < ytkmm/combobox.h>
27
26
#include < ytkmm/checkbutton.h>
27
+ #include < ytkmm/combobox.h>
28
+ #include < ytkmm/cellrenderercombo.h>
28
29
#include < ytkmm/image.h>
29
30
#include < ytkmm/table.h>
30
31
#include < ytkmm/treestore.h>
32
+ #include < ytkmm/scrolledwindow.h>
31
33
#include < ytkmm/spinbutton.h>
32
34
#include < ytkmm/notebook.h>
33
35
34
36
namespace Gtk {
35
- class CellRendererCombo ;
36
- class ListStore ;
37
+ class ListStore ;
37
38
}
38
39
39
40
namespace ActionManager {
You can’t perform that action at this time.
0 commit comments