mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a method to get the internal viewport of a PropertyPanel
This commit is contained in:
parent
c67c1d4ef9
commit
5f748bb7a0
1 changed files with 4 additions and 0 deletions
|
|
@ -149,6 +149,10 @@ public:
|
|||
*/
|
||||
const String& getMessageWhenEmpty() const noexcept;
|
||||
|
||||
//==============================================================================
|
||||
/** Returns the PropertyPanel's internal Viewport. */
|
||||
Viewport& getViewport() noexcept { return viewport; }
|
||||
|
||||
//==============================================================================
|
||||
/** @internal */
|
||||
void paint (Graphics&) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue