mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Docs: Updated Viewport scrollbar docs
This commit is contained in:
parent
0ff4123189
commit
bbc05adb17
1 changed files with 2 additions and 2 deletions
|
|
@ -248,12 +248,12 @@ public:
|
|||
*/
|
||||
void setSingleStepSizes (int stepX, int stepY);
|
||||
|
||||
/** Returns a pointer to the scrollbar component being used.
|
||||
/** Returns a reference to the scrollbar component being used.
|
||||
Handy if you need to customise the bar somehow.
|
||||
*/
|
||||
ScrollBar& getVerticalScrollBar() noexcept { return *verticalScrollBar; }
|
||||
|
||||
/** Returns a pointer to the scrollbar component being used.
|
||||
/** Returns a reference to the scrollbar component being used.
|
||||
Handy if you need to customise the bar somehow.
|
||||
*/
|
||||
ScrollBar& getHorizontalScrollBar() noexcept { return *horizontalScrollBar; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue