JUCE
Classes | Typedefs
juce_ScrollBar.h File Reference

Classes

class  ScrollBar
 A scrollbar component. More...
 
class  ScrollBar::Listener
 A class for receiving events from a ScrollBar. More...
 
struct  ScrollBar::LookAndFeelMethods
 This abstract base class is implemented by LookAndFeel classes to provide scrollbar-drawing functionality. More...
 

Typedefs

typedef ScrollBar::Listener ScrollBarListener
 This typedef is just for compatibility with old code - newer code should use the ScrollBar::Listener class directly. More...
 

Typedef Documentation

This typedef is just for compatibility with old code - newer code should use the ScrollBar::Listener class directly.