GG
|
Contains the Button push-button control class; the StateButton control class, which represents check boxes and radio buttons; and the RadioButtonGroup control class, which allows multiple radio buttons to be combined into a single control. More...
#include <GG/ClrConstants.h>
#include <GG/TextControl.h>
#include <boost/serialization/version.hpp>
Go to the source code of this file.
Classes | |
class | GG::Button |
This is a basic button control. More... | |
class | GG::StateButton |
This is a basic state button control. More... | |
class | GG::RadioButtonGroup |
This is a class that encapsulates multiple GG::StateButtons into a single radio-button control. More... | |
struct | GG::RadioButtonGroup::ButtonSlot |
Encapsulates all data pertaining ot a single button in a RadioButtonGroup. More... | |
Namespaces | |
namespace | GG |
Contains the Button push-button control class; the StateButton control class, which represents check boxes and radio buttons; and the RadioButtonGroup control class, which allows multiple radio buttons to be combined into a single control.
Definition in file Button.h.