Home
last modified time | relevance | path

Searched refs:scrollToEnsureRowIsOnscreen (Results 1 – 6 of 6) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/widgets/
H A Djuce_ListBox.h377 void scrollToEnsureRowIsOnscreen (int row);
H A Djuce_ListBox.cpp301 void scrollToEnsureRowIsOnscreen (const int row, const int rowH) in scrollToEnsureRowIsOnscreen() function in juce::ListBox::ListViewport
699 void ListBox::scrollToEnsureRowIsOnscreen (const int row) in scrollToEnsureRowIsOnscreen() function in juce::ListBox
701 viewport->scrollToEnsureRowIsOnscreen (row, getRowHeight()); in scrollToEnsureRowIsOnscreen()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/widgets/
H A Djuce_ListBox.h377 void scrollToEnsureRowIsOnscreen (int row);
H A Djuce_ListBox.cpp301 void scrollToEnsureRowIsOnscreen (const int row, const int rowH) in scrollToEnsureRowIsOnscreen() function in juce::ListBox::ListViewport
699 void ListBox::scrollToEnsureRowIsOnscreen (const int row) in scrollToEnsureRowIsOnscreen() function in juce::ListBox
701 viewport->scrollToEnsureRowIsOnscreen (row, getRowHeight()); in scrollToEnsureRowIsOnscreen()
/dports/devel/juce/JUCE-f37e9a1/extras/AudioPluginHost/Source/UI/
H A DPluginWindow.h110 list.scrollToEnsureRowIsOnscreen (log.size() - 1); in handleAsyncUpdate()
/dports/devel/juce/JUCE-f37e9a1/examples/Utilities/
H A DOSCDemo.h175 scrollToEnsureRowIsOnscreen (oscLogList.size() - 1); in handleAsyncUpdate()