Go up one levelGo to Previous Go to Next

DoubleTableList(n)

NAME

 
 DoubleTableList - Widget displaying two TableLists with arrows between them.

NAMESPACE

 
 util

PARENT CLASS

 
 util::FrameWidget

SYNOPSIS

 
 DoubleTableList <path> ?options?

DESCRIPTION

 
 A DoubleTableList is an itcl widget for displaying two TableLists with
 arrows between them for moving items back and forth.  You can access
 the left and right TableLists as itk components "left" and "right".


ITK COMPONENTS

 
 left
        Left table component (TableList(n)).

 right
        Right table (see TableList(n)).

STANDARD OPTIONS

 
 -exportselection -headinglines -headings -hscroll -leftinfo
 -lefttitle -rightinfo -righttitle -selectmode -vscroll

WIDGET OPTIONS

 
 -command
        Command to evaluate when the list contents change.

 -updown
        Flag: if true, also display up and down buttons for moving table
        items vertically.

PUBLIC METHODS

 
 clear {}
        Make the TableLists empty.

 move_down {}
        Move the selected elements from the right to the left TableList.

 move_left {}
        Move the selected elements from the right to the left TableList.

 move_right {}
        Move the selected elements from the left to the right TableList.

 move_up {}
        Move the selected elements from the right to the left TableList.

SEE ALSO

 
 FrameWidget(n)

 


- - - - - -
Last change: 07 May 99

 


Go up one levelGo to Previous Go to Next

Please send questions or comments to abrighto@eso.org.
Copyright © 1998 ESO - European Southern Observatory