Class: VRStatic

Inherits:
VRStdControl show all
Defined in:
lib/vr/vrcontrol.rb

Constant Summary collapse

WINCLASSINFO =

VRStatic

Static Control(text).

Text can be access as caption.

["STATIC",0]

Instance Attribute Summary

Attributes inherited from VRControl

#handlers, #name, #parent

Attributes inherited from VRWinComponent

#parent, #screen

Instance Method Summary collapse

Methods inherited from VRStdControl

#_vr_cmdhandlers, #addCommandHandler, #deleteCommandHandler

Methods inherited from VRControl

Controltype, #add_parentcall, #call_parenthandler, #create, #setFont

Methods inherited from VRWinComponent

#_init, #create, #exwinstyle, #hide, #maximizebox, #maximizebox=, #minimizebox, #minimizebox=, #setscreen, #sizebox, #sizebox=, #tabstop, #tabstop=, #winstyle

Instance Method Details

#vrinitObject



302
303
304
# File 'lib/vr/vrcontrol.rb', line 302

def vrinit
  addCommandHandler(WMsg::STN_CLICKED,  "clicked",0,nil)
end