Definition at line 20 of file FileSelector.tcl.
Public Member Functions | |
activate (TclList args) | |
FileSelector (TclList args) | |
show (TclString dirName="") | |
Public Attributes | |
TclString | directory = "" |
TclString | filter = "*" |
TclString | mode = "multi" |
TclString | selection = "" |
TclNumber | showHidden = 0 |
Private Member Functions | |
_backwardHistory () | |
_cancelCommand () | |
_chdirHandle () | |
_deleteCommand () | |
_directoryCommand () | |
_forwardHistory () | |
_homeCommand () | |
_newCommand () | |
_okCommand () | |
_reloadCommand () | |
_selectHandle () | |
_selectionCommand () | |
_upCommand () | |
_updateHistory () | |
Private Attributes | |
TclString | _currentFilter = "*" |
TclList | _history = {} |
TclNumber | _historyIndex = 0 |
TclNumber | _useHistory = 1 |
|
constructor Definition at line 63 of file FileSelector.tcl. |
|
_backwardHistory Definition at line 357 of file FileSelector.tcl. |
|
_cancelCommand Definition at line 238 of file FileSelector.tcl. |
|
_chdirHandle Definition at line 261 of file FileSelector.tcl. Referenced by _homeCommand(). |
|
_deleteCommand Definition at line 485 of file FileSelector.tcl. |
|
_directoryCommand Definition at line 247 of file FileSelector.tcl. References _homeCommand(). |
|
_forwardHistory Definition at line 389 of file FileSelector.tcl. |
|
_homeCommand Definition at line 254 of file FileSelector.tcl. References _chdirHandle(). Referenced by _directoryCommand(). |
|
_newCommand Definition at line 478 of file FileSelector.tcl. |
|
_okCommand Definition at line 219 of file FileSelector.tcl. |
|
_reloadCommand Definition at line 294 of file FileSelector.tcl. |
|
_selectHandle Definition at line 441 of file FileSelector.tcl. |
|
_selectionCommand Definition at line 468 of file FileSelector.tcl. |
|
_upCommand Definition at line 303 of file FileSelector.tcl. |
|
_updateHistory Definition at line 311 of file FileSelector.tcl. |
|
activate Definition at line 455 of file FileSelector.tcl. |
|
show Definition at line 422 of file FileSelector.tcl. |
|
-filter Definition at line 507 of file FileSelector.tcl. |