Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | Related Pages

wftk.h

00001 
00002 /*
00003   libwftk - Worldforge Toolkit - a widget library
00004   Copyright (C) 2002 Malcolm Walker <malcolm@worldforge.org>
00005   Based on code copyright  (C) 1999-2002  Karsten Laux
00006 
00007   This library is free software; you can redistribute it and/or
00008   modify it under the terms of the GNU Lesser General Public
00009   License as published by the Free Software Foundation; either
00010   version 2.1 of the License, or (at your option) any later version.
00011   
00012   This library is distributed in the hope that it will be useful,
00013   but WITHOUT ANY WARRANTY; without even the implied warranty of
00014   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00015   Lesser General Public License for more details.
00016   
00017   You should have received a copy of the GNU Lesser General Public
00018   License along with this library; if not, write to the
00019   Free Software Foundation, Inc., 59 Temple Place - Suite 330,
00020   Boston, MA  02111-1307, SA.
00021 */
00022 
00023 #ifndef _WFTK_H
00024 #define _WFTK_H
00025 
00026 // Generic header which includes all other public wftk headers
00027 
00028 #include <wftk/application.h>
00029 #include <wftk/box.h>
00030 #include <wftk/button.h>
00031 #include <wftk/color.h>
00032 #include <wftk/debug.h>
00033 #include <wftk/dialog.h>
00034 #include <wftk/filler.h>
00035 #include <wftk/font.h>
00036 #include <wftk/keysym.h>
00037 #include <wftk/label.h>
00038 #include <wftk/lineedit.h>
00039 #include <wftk/listbox.h>
00040 #include <wftk/messagebox.h>
00041 #include <wftk/mixer.h>
00042 #include <wftk/mouse.h>
00043 #include <wftk/movie.h>
00044 #include <wftk/multilineedit.h>
00045 #include <wftk/music.h>
00046 #include <wftk/mutex.h>
00047 #include <wftk/painter.h>
00048 #include <wftk/pixelformat.h>
00049 #include <wftk/point.h>
00050 #include <wftk/poll.h>
00051 #include <wftk/progressdialog.h>
00052 #include <wftk/pushbutton.h>
00053 #include <wftk/questionbox.h>
00054 #include <wftk/rect.h>
00055 #include <wftk/region.h>
00056 #include <wftk/resources.h>
00057 #include <wftk/rootwindow.h>
00058 #include <wftk/sample.h>
00059 #include <wftk/screensurface.h>
00060 #include <wftk/singlecontainer.h>
00061 #include <wftk/slider.h>
00062 #include <wftk/sound.h>
00063 #include <wftk/surface.h>
00064 #include <wftk/table.h>
00065 #include <wftk/terminal.h>
00066 #include <wftk/togglebutton.h>
00067 #include <wftk/version.h>
00068 #include <wftk/widget.h>
00069 #include <wftk/timer.h>
00070 
00071 #endif

Generated Tue Apr 12 22:48:52 2005.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.