# File lib/test/unit/ui/fox/testrunner.rb, line 207 def create_button(parent, text, action) FXButton.new(parent, text).connect(SEL_COMMAND, &action) end