Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | widgets | |
Tool | synclistboxes |
clear the selection at the indicated items
Synopsis
clear(start, end)
Arguments
start
the start of the range to clear
Allowed:
string
end
optional end of the range to clear
Allowed:
string
Description
This event is just like the normal listbox clear event. It is
applied to all listboxes within the widget.
Example
# slb is a previously created synclistboxes
# clear all selections
slb->clear('start','end')
Next: synclistboxes.delete - Function
Up: synclistboxes - Tool
Previous: synclistboxes.borderwidth - 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