GG
|
#include <GG/Button.h>
#include <GG/DrawUtil.h>
#include <GG/Edit.h>
#include <GG/GUI.h>
#include <GG/StyleFactory.h>
#include <GG/WndEvent.h>
#include <cmath>
#include <limits>
Go to the source code of this file.
Classes | |
class | GG::Spin< T > |
Namespaces | |
namespace | GG |
Contains the Spin class template, which provides a spin-box control that allows the user to select a value from a range an arbitrary type (int, double, an enum, etc.).
Definition in file Spin.h.