VisualuRuby(tmp) Reference

VRControl

Coloring : swin class : vruby class

Class Hierarchy

Object
SWin::Window
VRWinComponent
VRControl

Including Modules

none

Child classes or Classes/Modules including this

VRActiveXControl VRBitmapPanel VRButton VRCanvasPanel VRCheckbox VRCombobox VREdit VREditCombobox VRGroupbox VRHScrollbar VRListbox VRListview VRMediaView VRNotifyControl VROwnerDrawButton VRPanel VRProgressbar VRRadiobutton VRRebar VRRichedit VRScrollbar VRStatic VRStatusbar VRStdControl VRTabControl VRTabbedPanel VRText VRToolbar VRTrackbar VRTreeview VRUpdown VRVScrollbar

vr/vruby.rb

VRControl

Base class for controls.

Methods

add_parentcall(funcname)
Makes event handlers to be passed through to its parent window. For example, add_parentcall("btn1_clicked") provides a new event ????_btn1_clicked on its parent window. (???? is the name of the control).
call_parenthandler(handlername,*arg)
Calls event handler of parent window in ctrlname_handlername(*arg) style.
setFont(font,redraw=true)
Sets drawing font to font. Control will be re-drawn if redraw flag.

VisualuRuby(tmp) Reference Index : Project HomePage(English) : Project HomePage(Japanese) : Sourceforge vruby page
Generated at Sun Feb 24 01:29:07 +0900 2008