method
test_progress_bar
v1_8_6_287 -
Show latest stable
- Class:
Test::Unit::UI::GTK2::TestRunner
test_progress_bar()private
No documentation available.
# File lib/test/unit/ui/gtk2/testrunner.rb, line 225
def test_progress_bar
lazy_initialize(:test_progress_bar) {
@test_progress_bar = Gtk::ProgressBar.new
@test_progress_bar.fraction = 0.0
@test_progress_bar.
set_size_request(@test_progress_bar.allocation.width,
info_panel.size_request[1])
@test_progress_bar.style = green_style
}
end