We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ba512 commit da92707Copy full SHA for da92707
processing_app/library/control_panel/button.rb
@@ -8,7 +8,7 @@ def setup
8
c.look_feel 'Nimbus'
9
c.title 'Control Button'
10
c.button :color_background # see method below
11
- c.button :exit! { exit } # example of a button with a simple block
+ c.button(:exit!) { exit } # example of a button with a simple block
12
@panel = c
13
end
14
color_mode RGB, 1
0 commit comments