Module: VRFullsizeLayoutManager

Includes:
VRVertLayoutManager
Defined in:
lib/vr/vrlayout.rb,
lib/vr/vrlayout.old.rb

Constant Summary collapse

VR_ADDCONTROL_FEWARGS =
true

Constants included from VRMessageHandler

VRMessageHandler::PREHANDLERSTR

Class Method Summary collapse

Instance Method Summary collapse

Methods included from VRVertLayoutManager

#self_layout_arrange

Methods included from VRLayoutManager

#rearrange, #self_layout_arrange, #self_vrlayoutresize, #vrLayoutinit, #vrinit

Methods included from VRMessageHandler

#acceptEvents, #addHandler, #addNoRelayMessages, #controlmsg_dispatching, #deleteHandler, #msghandlerinit, #selfmsg_dispatching, #vrinit

Class Method Details

.addControl(*arg) ⇒ Object



170
171
172
# File 'lib/vr/vrlayout.rb', line 170

def self.addControl(*arg)
  raise "addControl twice"
end

Instance Method Details

#addControl(*arg) ⇒ Object



168
169
170
171
172
173
# File 'lib/vr/vrlayout.rb', line 168

def addControl(*arg)
  super
  def self.addControl(*arg)
    raise "addControl twice"
  end
end