TGUI
=
=
Download
Tutorials
1.x
0.9
0.8
Documentation
1.x
0.9
0.8
Examples
1.x
0.9
0.8
Community
TGUI
1.x-dev
Toggle main menu visibility
Loading...
Searching...
No Matches
include
TGUI
AllWidgets.hpp
1
2
//
3
// TGUI - Texus' Graphical User Interface
4
// Copyright (C) 2012-2026 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/ContextMenu.hpp>
39
#include <TGUI/Widgets/EditBox.hpp>
40
#include <TGUI/Widgets/EditBoxSlider.hpp>
41
#include <TGUI/Widgets/FileDialog.hpp>
42
#include <TGUI/Widgets/Grid.hpp>
43
#include <TGUI/Widgets/Group.hpp>
44
#include <TGUI/Widgets/GrowHorizontalLayout.hpp>
45
#include <TGUI/Widgets/GrowVerticalLayout.hpp>
46
#include <TGUI/Widgets/HorizontalLayout.hpp>
47
#include <TGUI/Widgets/HorizontalWrap.hpp>
48
#include <TGUI/Widgets/Knob.hpp>
49
#include <TGUI/Widgets/Label.hpp>
50
#include <TGUI/Widgets/ListBox.hpp>
51
#include <TGUI/Widgets/ListView.hpp>
52
#include <TGUI/Widgets/MenuBar.hpp>
53
#include <TGUI/Widgets/MessageBox.hpp>
54
#include <TGUI/Widgets/Panel.hpp>
55
#include <TGUI/Widgets/PanelListBox.hpp>
56
#include <TGUI/Widgets/Picture.hpp>
57
#include <TGUI/Widgets/ProgressBar.hpp>
58
#include <TGUI/Widgets/RadioButton.hpp>
59
#include <TGUI/Widgets/RadioButtonGroup.hpp>
60
#include <TGUI/Widgets/RangeSlider.hpp>
61
#include <TGUI/Widgets/RichTextLabel.hpp>
62
#include <TGUI/Widgets/ScrollablePanel.hpp>
63
#include <TGUI/Widgets/Scrollbar.hpp>
64
#include <TGUI/Widgets/SeparatorLine.hpp>
65
#include <TGUI/Widgets/Slider.hpp>
66
#include <TGUI/Widgets/SpinButton.hpp>
67
#include <TGUI/Widgets/SpinControl.hpp>
68
#include <TGUI/Widgets/SplitContainer.hpp>
69
#include <TGUI/Widgets/TabContainer.hpp>
70
#include <TGUI/Widgets/Tabs.hpp>
71
#include <TGUI/Widgets/TextArea.hpp>
72
#include <TGUI/Widgets/ToggleButton.hpp>
73
#include <TGUI/Widgets/TreeView.hpp>
74
#include <TGUI/Widgets/VerticalLayout.hpp>
75
#include <TGUI/Widgets/VerticalTabs.hpp>
76
77
#endif
// TGUI_ALL_WIDGETS_HPP
Generated on
for TGUI by
1.18.0