Flowdock
method

test_progress_bar

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: Test::Unit::UI::GTK2::TestRunner
test_progress_bar() private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.