Class: TkPanedwindow

Inherits:
Object show all
Defined in:
lib/drx/tk/app.rb

Overview

The non-Tile Panedwindow doesn’t support :weight

Instance Method Summary collapse

Instance Method Details

#add(what, opts = {}) ⇒ Object



23
24
25
26
# File 'lib/drx/tk/app.rb', line 23

def add(what, opts = {})
  opts.delete :weight
  original_add(what, opts)
end

#original_addObject



22
# File 'lib/drx/tk/app.rb', line 22

alias original_add add