Sha256: 6fe867e5663ffc3ba462bb723cc18f836980cd1d633853f897dfca19927078fb
Contents?: true
Size: 292 Bytes
Versions: 1
Compression:
Stored size: 292 Bytes
Contents
require 'swing' module Swing::JSplitPane 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
swing-0.1.0 | lib/swing/j_split_pane.rb |