Skip to content

Commit 806ee11

Browse files
author
James Boulton
committed
Updated documentation.
1 parent d459372 commit 806ee11

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Documents/Documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ button1.send_button(ButtonState.OFF, Icon.DOWN, "Going Down")
143143
* *text : str : The text that appears on the Button.
144144
* *button_enabled : boolean*. True allows the app to send button events. False disables button pushes.
145145
* *style : ButtonStyle*. Can be ButtonStyle.BASIC, ButtonStyle.HIGHLIGHT.
146+
* *icon_name : Icon*. Set the icon for the button, by default Icon.NONE.
146147
* *off_color : Color*. Set the off color.
147148
* *on_color : Color*. Set the on color.
148149
* *control_position : ControlPosition*. Set the size and position of the button on a DeviceView.

0 commit comments

Comments
 (0)