25#ifndef TGUI_RADIO_BUTTON_GROUP_HPP
26#define TGUI_RADIO_BUTTON_GROUP_HPP
28#include <TGUI/Container.hpp>
29#include <TGUI/Widgets/RadioButton.hpp>
33TGUI_MODULE_EXPORT
namespace tgui
39 class TGUI_API RadioButtonGroup :
public Container
43 using Ptr = std::shared_ptr<RadioButtonGroup>;
44 using ConstPtr = std::shared_ptr<const RadioButtonGroup>;
55 RadioButtonGroup(
const char* typeName =
StaticWidgetType,
bool initRenderer =
true);
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:38