JUCE
Classes | Typedefs
juce_Label.h File Reference

Classes

class  Label
 A component that displays a text string, and can optionally become a text editor when clicked. More...
 
class  Label::Listener
 A class for receiving events from a Label. More...
 
struct  Label::LookAndFeelMethods
 This abstract base class is implemented by LookAndFeel classes to provide label drawing functionality. More...
 

Typedefs

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

Typedef Documentation

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