Ardour  9.0-pre0-979-g7f6f3d64f1
ytkmm.h
Go to the documentation of this file.
1 /* gtkmm - a C++ wrapper for the Gtk toolkit
2  *
3  * Copyright 1999-2002 The gtkmm Development Team
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free
17  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18  */
19 
20 #ifndef _GTKMM_H
21 #define _GTKMM_H
22 
82 /* Gtkmm version. */
83 extern const int gtkmm_major_version;
84 extern const int gtkmm_minor_version;
85 extern const int gtkmm_micro_version;
86 
87 #ifndef COMPILER_MSVC
88 #pragma GCC diagnostic push
89 #pragma GCC diagnostic ignored "-Wdeprecated-copy"
90 #include <glibmm.h>
91 #pragma GCC diagnostic pop
92 #else
93 #include <glibmm.h>
94 #endif
95 #include <giomm.h>
96 #include <ydkmm/ydkmm.h>
97 
98 #include <ytkmm/box.h>
99 #include <ytkmm/dialog.h>
100 #include <ytkmm/object.h>
101 #include <ytkmm/aboutdialog.h>
102 #include <ytkmm/accelkey.h>
103 #include <ytkmm/accelgroup.h>
104 #include <ytkmm/adjustment.h>
105 #include <ytkmm/alignment.h>
106 #include <ytkmm/arrow.h>
107 #include <ytkmm/aspectframe.h>
108 #include <ytkmm/assistant.h>
109 #include <ytkmm/base.h>
110 #include <ytkmm/bin.h>
111 #include <ytkmm/border.h>
112 #include <ytkmm/builder.h>
113 #include <ytkmm/button.h>
114 #include <ytkmm/buttonbox.h>
115 #include <ytkmm/cellview.h>
116 #include <ytkmm/checkbutton.h>
117 #include <ytkmm/checkmenuitem.h>
118 #include <ytkmm/cellrenderer.h>
119 #include <ytkmm/cellrendereraccel.h>
120 #include <ytkmm/cellrenderercombo.h>
123 #include <ytkmm/cellrendererspin.h>
125 #include <ytkmm/cellrenderertext.h>
127 #include <ytkmm/colorbutton.h>
128 #include <ytkmm/colorselection.h>
129 #include <ytkmm/combobox.h>
130 #include <ytkmm/comboboxentry.h>
131 #include <ytkmm/comboboxentrytext.h>
132 #include <ytkmm/comboboxtext.h>
133 #include <ytkmm/container.h>
134 #include <ytkmm/drawingarea.h>
135 #include <ytkmm/editable.h>
136 #include <ytkmm/entry.h>
137 #include <ytkmm/expander.h>
138 #include <ytkmm/enums.h>
139 #include <ytkmm/eventbox.h>
140 #include <ytkmm/filechooser.h>
141 #include <ytkmm/filechooserbutton.h>
142 #include <ytkmm/filechooserdialog.h>
143 #include <ytkmm/filechooserwidget.h>
144 #include <ytkmm/filefilter.h>
145 #include <ytkmm/fixed.h>
146 #include <ytkmm/fontbutton.h>
147 #include <ytkmm/fontselection.h>
148 #include <ytkmm/frame.h>
149 //#include <ytkmm/rc.h>
150 #include <ytkmm/handlebox.h>
151 #include <ytkmm/iconset.h>
152 #include <ytkmm/iconfactory.h>
153 #include <ytkmm/iconsource.h>
154 #include <ytkmm/icontheme.h>
155 #include <ytkmm/iconview.h>
156 #include <ytkmm/image.h>
157 #include <ytkmm/imagemenuitem.h>
158 #include <ytkmm/infobar.h>
159 #include <ytkmm/item.h>
160 #include <ytkmm/invisible.h>
161 #include <ytkmm/label.h>
162 #include <ytkmm/layout.h>
163 #include <ytkmm/liststore.h>
164 #include <ytkmm/listviewtext.h>
165 #include <ytkmm/linkbutton.h>
166 #include <ytkmm/main.h>
167 #include <ytkmm/menu.h>
168 #include <ytkmm/menu_elems.h>
169 #include <ytkmm/menubar.h>
170 #include <ytkmm/menuitem.h>
171 #include <ytkmm/menushell.h>
172 #include <ytkmm/messagedialog.h>
173 #include <ytkmm/misc.h>
174 #include <ytkmm/notebook.h>
175 #include <ytkmm/object.h>
176 #include <ytkmm/offscreenwindow.h>
177 #include <ytkmm/optionmenu.h>
178 #include <ytkmm/paned.h>
179 #include <ytkmm/progressbar.h>
180 #include <ytkmm/radioaction.h>
181 #include <ytkmm/radiobutton.h>
182 #include <ytkmm/radiomenuitem.h>
183 #include <ytkmm/radiotoolbutton.h>
184 #include <ytkmm/range.h>
185 #include <ytkmm/recentaction.h>
186 #include <ytkmm/recentchooser.h>
188 #include <ytkmm/recentchoosermenu.h>
190 #include <ytkmm/recentfilter.h>
191 #include <ytkmm/recentinfo.h>
192 #include <ytkmm/recentmanager.h>
193 #include <ytkmm/ruler.h>
194 #include <ytkmm/scale.h>
195 #include <ytkmm/scrollbar.h>
196 #include <ytkmm/scrolledwindow.h>
197 #include <ytkmm/separator.h>
198 #include <ytkmm/separatormenuitem.h>
199 #include <ytkmm/separatortoolitem.h>
200 #include <ytkmm/settings.h>
201 #include <ytkmm/sizegroup.h>
202 #include <ytkmm/spinbutton.h>
203 #include <ytkmm/spinner.h>
204 #include <ytkmm/statusbar.h>
205 #include <ytkmm/stock.h>
206 #include <ytkmm/stockid.h>
207 #include <ytkmm/stockitem.h>
208 #include <ytkmm/style.h>
209 #include <ytkmm/table.h>
210 #include <ytkmm/tearoffmenuitem.h>
211 #include <ytkmm/textbuffer.h>
212 #include <ytkmm/textchildanchor.h>
213 #include <ytkmm/textiter.h>
214 #include <ytkmm/textmark.h>
215 #include <ytkmm/texttag.h>
216 #include <ytkmm/texttagtable.h>
217 #include <ytkmm/textview.h>
218 #include <ytkmm/toggleaction.h>
219 #include <ytkmm/togglebutton.h>
220 #include <ytkmm/toolbar.h>
221 #include <ytkmm/toolitem.h>
222 #include <ytkmm/toolbutton.h>
223 #include <ytkmm/toolpalette.h>
224 #include <ytkmm/toggletoolbutton.h>
225 #include <ytkmm/menutoolbutton.h>
226 #include <ytkmm/tooltip.h>
227 #include <ytkmm/tooltips.h>
228 #include <ytkmm/treemodel.h>
229 #include <ytkmm/treemodelfilter.h>
230 #include <ytkmm/treemodelsort.h>
231 #include <ytkmm/treepath.h>
232 #include <ytkmm/treerowreference.h>
233 #include <ytkmm/treeselection.h>
234 #include <ytkmm/treestore.h>
235 #include <ytkmm/treeview.h>
236 #include <ytkmm/treeviewcolumn.h>
237 #include <ytkmm/uimanager.h>
238 #include <ytkmm/viewport.h>
239 #include <ytkmm/widget.h>
240 #include <ytkmm/window.h>
241 
242 #endif /* #ifndef GTKMM_H */
const int gtkmm_minor_version
const int gtkmm_micro_version
const int gtkmm_major_version