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

Classes

class  TGHSlider
 Concrete class for horizontal slider. More...
 
class  TGSlider
 Slider widgets allow easy selection of a range. More...
 
class  TGVSlider
 Concrete class for vertical slider. More...
 

Enumerations

enum  ESliderSize { kSliderWidth = 24 , kSliderHeight = kSliderWidth }
 
enum  ESliderType {
  kSlider1 = (1ULL << ( 0 )) , kSlider2 = (1ULL << ( 1 )) , kScaleNo = (1ULL << ( 2 )) , kScaleDownRight = (1ULL << ( 3 )) ,
  kScaleBoth = (1ULL << ( 4 ))
}
 

Enumeration Type Documentation

◆ ESliderSize

Enumerator
kSliderWidth 
kSliderHeight 

Definition at line 22 of file TGSlider.h.

◆ ESliderType

Enumerator
kSlider1 
kSlider2 
kScaleNo 
kScaleDownRight 
kScaleBoth 

Definition at line 28 of file TGSlider.h.