Go to the source code of this file.
|
| using | HScrollbar = Scrollbar< int, FloatDivider< int >, FloatToValue< int >, Gorgon::NumericProperty, Registry::Scrollbar_Horizontal > |
| |
| template<class T_ > |
| using | HScroller = Scrollbar< T_, FloatDivider< T_ >, FloatToValue< T_ >, Gorgon::NumericProperty, Registry::Scrollbar_Horizontal > |
| |
| using | VScrollbar = Scrollbar< int, FloatDivider< int >, FloatToValue< int >, Gorgon::NumericProperty, Registry::Scrollbar_Vertical > |
| |
| template<class T_ > |
| using | VScroller = Scrollbar< T_, FloatDivider< T_ >, FloatToValue< T_ >, Gorgon::NumericProperty, Registry::Scrollbar_Vertical > |
| |