Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGDoubleSlider.h File Reference
#include "TGFrame.h"
#include "TGWidget.h"
Include dependency graph for TGDoubleSlider.h:
This graph shows which files directly or indirectly include this file:

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.