vdk 2.4.0
|
00001 /* 00002 * =========================== 00003 * VDK Visual Development Kit 00004 * Version 0.4 00005 * October 1998 00006 * =========================== 00007 * 00008 * Copyright (C) 1998, Mario Motta 00009 * Developed by Mario Motta <mmotta@guest.net> 00010 * 00011 * This library is free software; you can redistribute it and/or 00012 * modify it under the terms of the GNU Library General Public 00013 * License as published by the Free Software Foundation; either 00014 * version 2 of the License, or (at your option) any later version. 00015 * 00016 * This library is distributed in the hope that it will be useful, 00017 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00018 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00019 * Library General Public License for more details. 00020 * 00021 * You should have received a copy of the GNU Library General Public 00022 * License along with this library; if not, write to the Free Software 00023 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 00024 * 02111-1307, USA. 00025 */ 00026 00027 00028 #ifndef VDK_H 00029 #define VDK_H 00030 #include <vdk/evhandle.h> 00031 #include <vdk/evobjhandle.h> 00032 #include <vdk/siglisthandle.h> 00033 #include <vdk/evlisthandle.h> 00034 #include <vdk/application.h> 00035 #include <vdk/forms.h> 00036 #include <vdk/boxes.h> 00037 #include <vdk/label.h> 00038 #include <vdk/button.h> 00039 #include <vdk/pixmaps.h> 00040 #include <vdk/vdkeditor.h> 00041 #include <vdk/separator.h> 00042 #include <vdk/menu.h> 00043 #include <vdk/tooltips.h> 00044 #include <vdk/vdkutils.h> 00045 #include <vdk/vdkstring.h> 00046 #include <vdk/vdkclist.h> 00047 #include <vdk/vdkcsortlist.h> 00048 #include <vdk/colors.h> 00049 #include <vdk/entry.h> 00050 #include <vdk/numentry.h> 00051 #include <vdk/tables.h> 00052 #include <vdk/vdkdate.h> 00053 #include <vdk/vdkarray.h> 00054 #include <vdk/value_sem_list.h> 00055 #include <vdk/timer.h> 00056 #include <vdk/progressbar.h> 00057 #include <vdk/canvas.h> 00058 #include <vdk/vdkcursor.h> 00059 #include <vdk/vdkfont.h> 00060 #include <vdk/paned.h> 00061 #include <vdk/notebook.h> 00062 #include <vdk/rawpixmap.h> 00063 #include <vdk/rawobj.h> 00064 #include <vdk/filedlg.h> 00065 #include <vdk/checkbutton.h> 00066 #include <vdk/radiobtngroup.h> 00067 #include <vdk/frame.h> 00068 #include <vdk/toolbar.h> 00069 #include <vdk/evbrowser.h> 00070 #include <vdk/scrolled.h> 00071 #include <vdk/slider.h> 00072 #include <vdk/spins.h> 00073 #include <vdk/handlebox.h> 00074 #include <vdk/widcontain.h> 00075 #include <vdk/statusbar.h> 00076 #include <vdk/panelbar.h> 00077 #include <vdk/combo.h> 00078 #include <vdk/chart.h> 00079 #include <vdk/fixed.h> 00080 #include <vdk/vdkctree.h> 00081 #include <vdk/vdkcalendar.h> 00082 #include <vdk/vdkcomboentry.h> 00083 #include <vdk/vdkbtrees.h> 00084 #include <vdk/vdkdrawarea.h> 00085 #include <vdk/vdkheap.h> 00086 #include <vdk/vdkhlbutton.h> 00087 #include <vdk/vdkhlbuttonbar.h> 00088 #include <vdk/vdkfeatures.h> 00089 #include <vdk/eventbox.h> 00090 #include <vdk/vdkcustombutton.h> 00091 #include <vdk/vdkinchannel.h> 00092 #include <vdk/vdktextview.h> 00093 // #include <vdk/vdkgrid.h> 00094 #include <vdk/vdkdatabox.h> 00095 #include <vdk/vdkdnd.h> 00096 #include <vdk/image.h> 00097 #include <vdk/vdktreeview.h> 00098 #include <vdk/vdkdockable.h> 00099 // gnome support 00100 #if HAVE_GNOME 00101 #include <vdk/vdkgnomeapp.h> 00102 #include <vdk/vdkgnomeform.h> 00103 #include <vdk/vdkgnomeappbar.h> 00104 #include <vdk/vdkgnomededit.h> 00105 #include <vdk/vdkgnomeentry.h> 00106 #endif 00107 00108 #endif