Sha256: a385e163f57fa41ed578a8e6b50c213097d1f1bad39e82c677a8c452dbd488a2

Contents?: true

Size: 351 Bytes

Versions: 3

Compression:

Stored size: 351 Bytes

Contents

require 'swing'

class Swing::JSplitPane

  attr_setter :tool_tip_text
  attr_setter :one_touch_expandable, :orientation, :continuous_layout,
              :divider_size, :divider_location, :resize_weight

  def initialize *args
    if args.size == 2
      super HORIZONTAL_SPLIT, *args
    else
      super *args
    end
  end
end # class JSplitPane

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
swing-0.1.8 lib/swing/j_split_pane.rb
swing-0.1.7 lib/swing/j_split_pane.rb
swing-0.1.5 lib/swing/j_split_pane.rb