@@ -34,13 +34,13 @@ set(ELEMENTS_SOURCES
34
34
src/element/element.cpp
35
35
src/element/floating.cpp
36
36
src/element/flow.cpp
37
- src/element/gallery /button.cpp
38
- src/element/gallery /check_box.cpp
39
- src/element/gallery /icon_button.cpp
40
- src/element/gallery /menu.cpp
41
- src/element/gallery /radio_button.cpp
42
- src/element/gallery /slide_switch.cpp
43
- src/element/gallery /thumbwheel.cpp
37
+ src/element/style /button.cpp
38
+ src/element/style /check_box.cpp
39
+ src/element/style /icon_button.cpp
40
+ src/element/style /menu.cpp
41
+ src/element/style /radio_button.cpp
42
+ src/element/style /slide_switch.cpp
43
+ src/element/style /thumbwheel.cpp
44
44
src/element/grid.cpp
45
45
src/element/image.cpp
46
46
src/element/label.cpp
@@ -80,21 +80,21 @@ set(ELEMENTS_HEADERS
80
80
include /elements/element/element.hpp
81
81
include /elements/element/floating.hpp
82
82
include /elements/element/flow.hpp
83
- include /elements/element/gallery .hpp
84
- include /elements/element/gallery /button.hpp
85
- include /elements/element/gallery /caption.hpp
86
- include /elements/element/gallery /check_box.hpp
87
- include /elements/element/gallery /thumbwheel.hpp
88
- include /elements/element/gallery /dialog.hpp
89
- include /elements/element/gallery /group.hpp
90
- include /elements/element/gallery /icon_button.hpp
91
- include /elements/element/gallery /menu.hpp
92
- include /elements/element/gallery /message_box.hpp
93
- include /elements/element/gallery /notebook.hpp
94
- include /elements/element/gallery /pane.hpp
95
- include /elements/element/gallery /radio_button.hpp
96
- include /elements/element/gallery /tab.hpp
97
- include /elements/element/gallery /text_entry.hpp
83
+ include /elements/element/style .hpp
84
+ include /elements/element/style /button.hpp
85
+ include /elements/element/style /caption.hpp
86
+ include /elements/element/style /check_box.hpp
87
+ include /elements/element/style /thumbwheel.hpp
88
+ include /elements/element/style /dialog.hpp
89
+ include /elements/element/style /group.hpp
90
+ include /elements/element/style /icon_button.hpp
91
+ include /elements/element/style /menu.hpp
92
+ include /elements/element/style /message_box.hpp
93
+ include /elements/element/style /notebook.hpp
94
+ include /elements/element/style /pane.hpp
95
+ include /elements/element/style /radio_button.hpp
96
+ include /elements/element/style /tab.hpp
97
+ include /elements/element/style /text_entry.hpp
98
98
include /elements/element/grid.hpp
99
99
include /elements/element/image.hpp
100
100
include /elements/element/indirect.hpp
0 commit comments