Ardour  9.0-pre0-979-g7f6f3d64f1
ydkmm.h
Go to the documentation of this file.
1 // This is -*- C++ -*-
2 
3 /*
4  * gdkmm.h
5  *
6  * Copyright 2002 The gtkmm Development Team
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
21  * 02111-1307, USA.
22  */
23 
24 #ifndef _GDKMM_GDKMM_H_
25 #define _GDKMM_GDKMM_H_
26 
27 #include <ydkmm/screen.h>
28 #include <ydkmm/types.h>
29 #include <ydkmm/visual.h>
30 #include <ydkmm/gc.h>
31 #include <ydkmm/drawable.h>
32 #include <ydkmm/window.h>
33 #include <ydkmm/pixbuf.h>
34 #include <ydkmm/pixbufanimation.h>
35 #include <ydkmm/pixbufformat.h>
36 #include <ydkmm/pixbufloader.h>
37 #include <ydkmm/pixmap.h>
38 #include <ydkmm/bitmap.h>
39 #include <ydkmm/image.h>
40 #include <ydkmm/cursor.h>
41 #include <ydkmm/rectangle.h>
42 #include <ydkmm/display.h>
43 #include <ydkmm/displaymanager.h>
44 #include <ydkmm/general.h>
45 #include <ydkmm/rgb.h>
46 
47 #endif /* _GDKMM_GDKMM_H_ */