SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FXRealSpinDial.h File Reference
#include <config.h>
#include "FXPacker.h"

Go to the source code of this file.

Data Structures

class  FX::FXRealSpinDial
 Spinner control. More...

Namespaces

namespace  FX

Enumerations

enum  {
  FX::SPINDIAL_CYCLIC = SPIN_CYCLIC, FX::SPINDIAL_NOTEXT = SPIN_NOTEXT, FX::SPINDIAL_NOMAX = SPIN_NOMAX, FX::SPINDIAL_NOMIN = SPIN_NOMIN,
  FX::SPINDIAL_LOG = 0x00200000, FX::SPINDIAL_NODIAL = 0x00400000, FX::SPINDIAL_NOBUTTONS = 0x00800000, FX::SPINDIAL_NORMAL = SPINDIAL_NOBUTTONS
}
enum  { FX::SPINDIAL_INC_NORMAL = 0, FX::SPINDIAL_INC_FINE = -1, FX::SPINDIAL_INC_COARSE = 1 }