Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TGDoubleSlider.h File Reference
#include "TGFrame.h"
#include "TGWidget.h"

Classes

class  TGDoubleHSlider
 Dragging the slider will generate the event: More...
class  TGDoubleSlider
 DoubleSlider widgets allow easy selection of a min and a max value out of a range. More...
class  TGDoubleVSlider
 Dragging the slider will generate the event: More...

Enumerations

enum  EDoubleSliderScale { kDoubleScaleNo = (1ULL << (0)) , kDoubleScaleDownRight = (1ULL << (1)) , kDoubleScaleBoth = (1ULL << (2)) }
enum  EDoubleSliderSize { kDoubleSliderWidth = 24 , kDoubleSliderHeight = kDoubleSliderWidth }

Enumeration Type Documentation

◆ EDoubleSliderScale

Enumerator
kDoubleScaleNo 
kDoubleScaleDownRight 
kDoubleScaleBoth 

Definition at line 28 of file TGDoubleSlider.h.

◆ EDoubleSliderSize

Enumerator
kDoubleSliderWidth 
kDoubleSliderHeight 

Definition at line 21 of file TGDoubleSlider.h.