LXRAD 0.7
lxrad.h
Go to the documentation of this file.
1/* ########################################################################
2
3 LXRAD - GUI for X programing
4
5 ########################################################################
6
7 Copyright (c) : 2001-2018 Luis Claudio Gamboa Lopes
8
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2, or (at your option)
12 any later version.
13
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22
23 For e-mail suggestions : lcgamboa@yahoo.com
24 ######################################################################## */
25
41#ifndef LXRAD_H
42#define LXRAD_H
43
44
45#include"clxrad.h"
46#include"cobject.h"
47#include"ccontrol.h"
48#include"cwindow.h"
49#include"capplication.h"
50#include"cpanel.h"
51#include"cpwindow.h"
52#include"cswindow.h"
53#include"clabel.h"
54#include"cbutton.h"
55#include"cedit.h"
56#include"cmessage.h"
57#include"cinput.h"
58#include"cdialog.h"
59#include"cscroll.h"
60#include"cmenu.h"
61#include"cpmenu.h"
62#include"cdraw.h"
63#include"cimage.h"
64#include"clist.h"
65#include"cfilelist.h"
66#include"ccombo.h"
67#include"ccheckbox.h"
68#include"ctoolbutton.h"
69#include"cxpmbutton.h"
70#include"ctext.h"
71#include"cstyledtext.h"
72#include"cfiledialog.h"
73#include"cdirdialog.h"
74#include"ctimer.h"
75#include"cgauge.h"
76#include"cgrid.h"
77#include"chtml.h"
78#include"cstatusbar.h"
79#include"cthread.h"
80#include"cspin.h"
81#include"cspind.h"
82#include"ctogglebutton.h"
83#include"ccolordialog.h"
84#include"newcontrolbycname.h"
85#include"lxutils.h"
86#include"lxaudio.h"
87#endif /* LXRAD_H */