1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Couple of minor additions to file browser comps.

This commit is contained in:
jules 2011-10-01 18:26:53 +01:00
parent fee33f45fd
commit 79bf147d89
11 changed files with 210 additions and 136 deletions

View file

@ -65,6 +65,10 @@ public:
/** Scrolls this view to the top. */
virtual void scrollToTop() = 0;
/** If the specified file is in the list, it will become the only selected item
(and if the file isn't in the list, all other items will be deselected). */
virtual void setSelectedFile (const File&) = 0;
//==============================================================================
/** Adds a listener to be told when files are selected or clicked.
@see removeListener