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 (w,h) if defined?() then s= s.move 0, self.h - s.h, self.w, self.h - s.h end end |