Method: VRStatusbarDockable#self_vr_statusbardock

Defined in:
lib/vr/vrcomctl.rb

#self_vr_statusbardock(w, h) ⇒ Object



1368
1369
1370
1371
1372
1373
# File 'lib/vr/vrcomctl.rb', line 1368

def self_vr_statusbardock(w,h)
  if defined?(@_vr_statusbar) then
    s=@_vr_statusbar
    s.move 0, self.h - s.h, self.w, self.h - s.h
  end
end