TGUI  1.2.0
Loading...
Searching...
No Matches
AllWidgets.hpp
1
2//
3// TGUI - Texus' Graphical User Interface
4// Copyright (C) 2012-2024 Bruno Van de Velde (vdv_b@tgui.eu)
5//
6// This software is provided 'as-is', without any express or implied warranty.
7// In no event will the authors be held liable for any damages arising from the use of this software.
8//
9// Permission is granted to anyone to use this software for any purpose,
10// including commercial applications, and to alter it and redistribute it freely,
11// subject to the following restrictions:
12//
13// 1. The origin of this software must not be misrepresented;
14// you must not claim that you wrote the original software.
15// If you use this software in a product, an acknowledgment
16// in the product documentation would be appreciated but is not required.
17//
18// 2. Altered source versions must be plainly marked as such,
19// and must not be misrepresented as being the original software.
20//
21// 3. This notice may not be removed or altered from any source distribution.
22//
24
25#ifndef TGUI_ALL_WIDGETS_HPP
26#define TGUI_ALL_WIDGETS_HPP
27
29
30#include <TGUI/Widgets/BitmapButton.hpp>
31#include <TGUI/Widgets/Button.hpp>
32#include <TGUI/Widgets/ChatBox.hpp>
33#include <TGUI/Widgets/CheckBox.hpp>
34#include <TGUI/Widgets/ChildWindow.hpp>
35#include <TGUI/Widgets/ClickableWidget.hpp>
36#include <TGUI/Widgets/ColorPicker.hpp>
37#include <TGUI/Widgets/ComboBox.hpp>
38#include <TGUI/Widgets/EditBox.hpp>
39#include <TGUI/Widgets/FileDialog.hpp>
40#include <TGUI/Widgets/Group.hpp>
41#include <TGUI/Widgets/Grid.hpp>
42#include <TGUI/Widgets/HorizontalLayout.hpp>
43#include <TGUI/Widgets/HorizontalWrap.hpp>
44#include <TGUI/Widgets/Knob.hpp>
45#include <TGUI/Widgets/Label.hpp>
46#include <TGUI/Widgets/ListBox.hpp>
47#include <TGUI/Widgets/ListView.hpp>
48#include <TGUI/Widgets/MenuBar.hpp>
49#include <TGUI/Widgets/MessageBox.hpp>
50#include <TGUI/Widgets/PanelListBox.hpp>
51#include <TGUI/Widgets/Panel.hpp>
52#include <TGUI/Widgets/Picture.hpp>
53#include <TGUI/Widgets/ProgressBar.hpp>
54#include <TGUI/Widgets/RadioButton.hpp>
55#include <TGUI/Widgets/RadioButtonGroup.hpp>
56#include <TGUI/Widgets/RangeSlider.hpp>
57#include <TGUI/Widgets/RichTextLabel.hpp>
58#include <TGUI/Widgets/ScrollablePanel.hpp>
59#include <TGUI/Widgets/Scrollbar.hpp>
60#include <TGUI/Widgets/SeparatorLine.hpp>
61#include <TGUI/Widgets/Slider.hpp>
62#include <TGUI/Widgets/SpinButton.hpp>
63#include <TGUI/Widgets/SpinControl.hpp>
64#include <TGUI/Widgets/Tabs.hpp>
65#include <TGUI/Widgets/TabContainer.hpp>
66#include <TGUI/Widgets/TextArea.hpp>
67#include <TGUI/Widgets/ToggleButton.hpp>
68#include <TGUI/Widgets/TreeView.hpp>
69#include <TGUI/Widgets/VerticalLayout.hpp>
70
72
73#endif // TGUI_ALL_WIDGETS_HPP