Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | widgets | |
Tool | synclistboxes |
change the borderwidth(s)
Synopsis
borderwidth(borderwidth, whichbox)
Arguments
borderwidth
the new borderwidth
Allowed:
Integer
whichbox
which listbox gets the new borderwidth
Allowed:
An optional integer
Description
This is an event which sets the borderwidth for one or all listboxes.
If there is only one argument, all listboxes are set to that borderwidth.
If there is a second argument, it specifies which listbox should
be set to that borderwidth.
Example
# slb is a previously created synclistboxes having 4 listboxes
# set the borderwidth of lb 2 to be 3
slb->borderwidth(3,2);
Next: synclistboxes.clear - Function
Up: synclistboxes - Tool
Previous: synclistboxes.bind - 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