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

Version Path
wxruby64-2.0.1-x64-mingw32 lib/wx/classes/splitterwindow.rb
wxruby-ruby19-2.0.1-x86-mingw32 lib/wx/classes/splitterwindow.rb
wxruby-ruby19-2.0.1-x86-linux lib/wx/classes/splitterwindow.rb
wxruby-ruby19-2.0.1-x86-darwin-9 lib/wx/classes/splitterwindow.rb
wxruby-2.0.1-x86-mswin32-60 lib/wx/classes/splitterwindow.rb
wxruby-2.0.1-x86-mingw32 lib/wx/classes/splitterwindow.rb
wxruby-2.0.1-x86-linux lib/wx/classes/splitterwindow.rb
wxruby-2.0.1-universal-darwin-9 lib/wx/classes/splitterwindow.rb