Added documentation for PushButton isFlat

This commit is contained in:
Kakul Gupta 2019-08-17 16:28:55 +02:00
parent 5ca694639f
commit 4bcda3a4f0

View File

@ -40,3 +40,9 @@ Additionally it also has the following instance methods:
Sets the given text to the button.
- `text` string
#### `button.setFlat(isFlat)`
Sets whether the button border is raised.
- `isFlat` boolean