Definition at line 26 of file ListDialog.tcl.
Public Member Functions | |
activate () | |
get () | |
insert (TclString component, TclList args) | |
ListDialog (TclList args) | |
Public Attributes | |
TclString | title = "" |
Private Member Functions | |
_cancelAction () | |
_okAction () | |
_selectionAction () |
|
constructor Definition at line 49 of file ListDialog.tcl. |
|
cancel slot. This method is deactivating the dialog returning a value of 0 to the call that opened the dialog.
|
|
ok slot. This method is called when the OK button is pressed or a listed item is double-clicked. Afterwards the dialog is deactivated returning a value of 1 to the activating call.
Referenced by _selectionAction(). |
|
selection slot. When one of the listed items is selected then this action is fired.
References _okAction(). |
|
activate the dialog object. This method calls Shell:activate() after centering the dialog on the master of this widget.
|
|
get the current selection. This method returns the selected items from the list component.
|
|
delegate insert to a component. This method is mainly used to insert an item to the list component of this widget.
|
|
title of the dialog Definition at line 159 of file ListDialog.tcl. |