VisualuRuby(tmp) Reference
Coloring : swin class : vruby class
This is a class utilizing VRTabControl. On this control, each tab has a VRPanel and be shown/hidden automatically according to the selected tab.
Creates tabs each titled arg-n if args are String. When arg-n is array of [title, contorl-class, control-name], Creates control and relates with the tab. Use like follows.
class Panel1 < VRPanel include VRContainersSet ... end class Panel2 < VRPanel ... end ... setupPanels(["tab-1",Panel1,"panel1"],["tab-2",Panel2,"panel2"])
Same as VRTabControl. VRTabbedPanel#selchanged is already defined, so you need to call super when you override this method.
:
Generated at Sun Feb 24 01:30:09 +0900 2008