mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Moved DrawableButton painting into a new method LookAndFeel::drawDrawableButton()
This commit is contained in:
parent
74390295ad
commit
cfe45720cc
4 changed files with 42 additions and 29 deletions
|
|
@ -115,6 +115,9 @@ public:
|
|||
*/
|
||||
void setButtonStyle (ButtonStyle newStyle);
|
||||
|
||||
/** Returns the current style. */
|
||||
ButtonStyle getStyle() const noexcept { return style; }
|
||||
|
||||
//==============================================================================
|
||||
/** Gives the button an optional amount of space around the edge of the drawable.
|
||||
By default there's a gap of about 3 pixels.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue