wgui.h

00001 // wgui.h
00002 //
00003 // include for the wGui library
00004 //
00005 //
00006 // Copyright (c) 2002-2006 Rob Wiskow
00007 // rob-dev@boxedchaos.com
00008 //
00009 // This library is free software; you can redistribute it and/or
00010 // modify it under the terms of the GNU Lesser General Public
00011 // License as published by the Free Software Foundation; either
00012 // version 2.1 of the License, or (at your option) any later version.
00013 //
00014 // This library is distributed in the hope that it will be useful,
00015 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00016 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
00017 // Lesser General Public License for more details.
00018 //
00019 // You should have received a copy of the GNU Lesser General Public
00020 // License along with this library; if not, write to the Free Software
00021 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
00022 //
00023 
00024 
00025 // this is the file that programs utilizing wGui should include
00026 
00027 #ifndef _WGUI_H_
00028 #define _WGUI_H_
00029 
00030 #include "std_ex.h"
00031 #include "wutil_config_store.h"
00032 #include "wutil_debug.h"
00033 #include "wutil_log.h"
00034 #include "wg_error.h"
00035 #include "wg_message.h"
00036 #include "wg_message_client.h"
00037 #include "wg_message_server.h"
00038 #include "wg_timer.h"
00039 #include "wg_point.h"
00040 #include "wg_rect.h"
00041 #include "wg_color.h"
00042 #include "wg_painter.h"
00043 #include "wg_fontengine.h"
00044 #include "wg_renderedstring.h"
00045 #include "wg_application.h"
00046 #include "wg_window.h"
00047 #include "wg_range_control.h"
00048 #include "wg_view.h"
00049 #include "wg_frame.h"
00050 #include "wg_label.h"
00051 #include "wg_button.h"
00052 #include "wg_editbox.h"
00053 #include "wg_textbox.h"
00054 #include "wg_progress.h"
00055 #include "wg_picture.h"
00056 #include "wg_checkbox.h"
00057 #include "wg_menu.h"
00058 #include "wg_listbox.h"
00059 #include "wg_dropdown.h"
00060 #include "wg_scrollbar.h"
00061 #include "wg_groupbox.h"
00062 #include "wg_tooltip.h"
00063 #include "wg_toolbar.h"
00064 #include "wg_resource_handle.h"
00065 #include "wg_resources.h"
00066 #include "wg_messagebox.h"
00067 #include "wg_radiobutton.h"
00068 
00069 #endif  // _WGUI_H_
00070 

Generated on Wed May 16 23:11:26 2007 for wGui by  doxygen 1.5.1