Flowdock
method

progress_panel

Importance_0
v1_8_6_287 - Show latest stable - 0 notes - Class: Test::Unit::UI::GTK2::TestRunner
progress_panel() public

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 237
          def progress_panel
            lazy_initialize(:progress_panel) do
              @progress_panel = Gtk::HBox.new(false, 10)
              @progress_panel.border_width = 10
              @progress_panel.pack_start(test_progress_bar, true, true, 0)
            end
          end
Register or log in to add new notes.