Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: menuframes.disable - Function Up: menuframes - Tool Previous: menuframes.Delete - Function


menuframes.switch - Function



Package display
Module widgets
Tool menuframes


Switch the visible state of the menuframes


Synopsis
switch(title, on)


Returns
Bool


Description
A call to this function will flip the visibility of a given frame.



Arguments

title Title of the frame to be flipped
Allowed: String
on Should the state be on?
Allowed: Boolean
Default: T


Example
r := menuframes(f, mb);
f1:=r.add('Frame 1');
f2:=r.add('Frame 2');
r.switch('Frame 1');





next up previous contents index
Next: menuframes.disable - Function Up: menuframes - Tool Previous: menuframes.Delete - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15