Sha256: 0a7288c1d7df4e011d284c791e4969c4a00c961783bb194b1372c6be472a6ce3
Contents?: true
Size: 388 Bytes
Versions: 8
Compression:
Stored size: 388 Bytes
Contents
# Class with movable sash to separate two windows class Wx::SplitterWindow # These were released in wxRuby 2.0 with names slightly out of kilter # with the documentation. The correct ones have an underscore before # the digit. # # FIXME - the old names :get_window1 should be deleted in future versions. alias :get_window_1 :get_window1 alias :get_window_2 :get_window2 end
Version data entries
8 entries across 8 versions & 3 rubygems