Sha256: b449e903fab3c34a97b4eb4df049b4831ff1953188069311a1bc26c7c09c147d

Contents?: true

Size: 320 Bytes

Versions: 2

Compression:

Stored size: 320 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 first, second, opts = {}
    super(HORIZONTAL_SPLIT, first, second)
  end
end # class JSplitPane

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
swing-0.1.4 lib/swing/j_split_pane.rb
swing-0.1.3 lib/swing/j_split_pane.rb