GG
Classes | Namespaces
Spin.h File Reference
#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 >
 A spin box control. More...

Namespaces

namespace  GG

Detailed Description

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.