#include "gui/widgets/generator.hpp"
#include "asserts.hpp"
#include "gui/widgets/grid.hpp"
#include "gui/widgets/selectable.hpp"
#include "gui/widgets/toggle_button.hpp"
#include "gui/widgets/toggle_panel.hpp"
Go to the source code of this file.
Namespaces | |
gui2 | |
A class inherited from ttext_box that displays its input as stars. | |
gui2::policy | |
Contains the policies for the tgenerator class. | |
gui2::policy::minimum_selection | |
Contains the policy for the minimum number of selected items. | |
gui2::policy::maximum_selection | |
Contains the policy for the maximum number of selected items. | |
gui2::policy::placement | |
Controls how new items are placed. | |
gui2::policy::select_action | |
Contains the policy for which action to take when an item is selected or deselected. | |