JUCE
Classes | Typedefs
juce_ComboBox.h File Reference

Classes

class  ComboBox
 A component that lets the user choose from a drop-down list of choices. More...
 
class  ComboBox::Listener
 A class for receiving events from a ComboBox. More...
 
struct  ComboBox::LookAndFeelMethods
 This abstract base class is implemented by LookAndFeel classes to provide ComboBox functionality. More...
 

Typedefs

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

Typedef Documentation

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