Method: VRStatusbarDockable#statusbardockableinit
- Defined in:
- lib/vr/vrcomctl.rb
#statusbardockableinit ⇒ Object
VRStatusbarDockable
This is a module to be added into VRForm for a statusbar that follows form resizing.
Method
— addStatusbar(caption=”,height=10,control=VRStatusbar)
Adds a statusbar on a form. If you have another statusbar control, you may
set it for ((|control|)).
1349 1350 1351 1352 |
# File 'lib/vr/vrcomctl.rb', line 1349 def addHandler WMsg::WM_SIZE, "vr_statusbardock", MSGTYPE::ARGLINTINT,nil acceptEvents [WMsg::WM_SIZE] end |