method

list_panel

ruby latest stable - Class: Test::Unit::UI::GTK2::TestRunner

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

list_panel()
private

No documentation available.

# File lib/test/unit/ui/gtk2/testrunner.rb, line 152
          def list_panel
            lazy_initialize(:list_panel) do
              @list_panel = Gtk::HBox.new
              @list_panel.border_width = 10
              @list_panel.pack_start(list_scrolled_window, true, true, 0)
            end
          end