vdk 2.4.0
vdk.h
1/*
2 * ===========================
3 * VDK Visual Development Kit
4 * Version 0.4
5 * October 1998
6 * ===========================
7 *
8 * Copyright (C) 1998, Mario Motta
9 * Developed by Mario Motta <mmotta@guest.net>
10 *
11 * This library is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU Library General Public
13 * License as published by the Free Software Foundation; either
14 * version 2 of the License, or (at your option) any later version.
15 *
16 * This library is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 * Library General Public License for more details.
20 *
21 * You should have received a copy of the GNU Library General Public
22 * License along with this library; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
24 * 02111-1307, USA.
25 */
26
27
28#ifndef VDK_H
29#define VDK_H
30#include <vdk/evhandle.h>
31#include <vdk/evobjhandle.h>
32#include <vdk/siglisthandle.h>
33#include <vdk/evlisthandle.h>
34#include <vdk/application.h>
35#include <vdk/forms.h>
36#include <vdk/boxes.h>
37#include <vdk/label.h>
38#include <vdk/button.h>
39#include <vdk/pixmaps.h>
40#include <vdk/vdkeditor.h>
41#include <vdk/separator.h>
42#include <vdk/menu.h>
43#include <vdk/tooltips.h>
44#include <vdk/vdkutils.h>
45#include <vdk/vdkstring.h>
46#include <vdk/vdkclist.h>
47#include <vdk/vdkcsortlist.h>
48#include <vdk/colors.h>
49#include <vdk/entry.h>
50#include <vdk/numentry.h>
51#include <vdk/tables.h>
52#include <vdk/vdkdate.h>
53#include <vdk/vdkarray.h>
54#include <vdk/value_sem_list.h>
55#include <vdk/timer.h>
56#include <vdk/progressbar.h>
57#include <vdk/canvas.h>
58#include <vdk/vdkcursor.h>
59#include <vdk/vdkfont.h>
60#include <vdk/paned.h>
61#include <vdk/notebook.h>
62#include <vdk/rawpixmap.h>
63#include <vdk/rawobj.h>
64#include <vdk/filedlg.h>
65#include <vdk/checkbutton.h>
66#include <vdk/radiobtngroup.h>
67#include <vdk/frame.h>
68#include <vdk/toolbar.h>
69#include <vdk/evbrowser.h>
70#include <vdk/scrolled.h>
71#include <vdk/slider.h>
72#include <vdk/spins.h>
73#include <vdk/handlebox.h>
74#include <vdk/widcontain.h>
75#include <vdk/statusbar.h>
76#include <vdk/panelbar.h>
77#include <vdk/combo.h>
78#include <vdk/chart.h>
79#include <vdk/fixed.h>
80#include <vdk/vdkctree.h>
81#include <vdk/vdkcalendar.h>
82#include <vdk/vdkcomboentry.h>
83#include <vdk/vdkbtrees.h>
84#include <vdk/vdkdrawarea.h>
85#include <vdk/vdkheap.h>
86#include <vdk/vdkhlbutton.h>
87#include <vdk/vdkhlbuttonbar.h>
88#include <vdk/vdkfeatures.h>
89#include <vdk/eventbox.h>
90#include <vdk/vdkcustombutton.h>
91#include <vdk/vdkinchannel.h>
92#include <vdk/vdktextview.h>
93// #include <vdk/vdkgrid.h>
94#include <vdk/vdkdatabox.h>
95#include <vdk/vdkdnd.h>
96#include <vdk/image.h>
97#include <vdk/vdktreeview.h>
98#include <vdk/vdkdockable.h>
99// gnome support
100#if HAVE_GNOME
101#include <vdk/vdkgnomeapp.h>
102#include <vdk/vdkgnomeform.h>
103#include <vdk/vdkgnomeappbar.h>
104#include <vdk/vdkgnomededit.h>
105#include <vdk/vdkgnomeentry.h>
106#endif
107
108#endif