method
create_button
v1_8_7_330 -
Show latest stable
- Class:
Test::Unit::UI::Fox::TestRunner
create_button(parent, text, action)public
No documentation available.
# 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