diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-10-25 21:06:25 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-10-25 21:06:25 (GMT) |
| commit | 0d5336db012f45753abace489f18f0ca299c6961 (patch) | |
| tree | b1bf3280a9046df99226158978502eeb26f5b0a3 /library/xmfbox.tcl | |
| parent | e97381a6d921de403516d5b761539a450f4af83c (diff) | |
| parent | 1320b8a2a9c1269a345d44d673a7a35707fbbe9c (diff) | |
| download | tk-core-tip-626.zip tk-core-tip-626.tar.gz tk-core-tip-626.tar.bz2 | |
Merge 9.0core-tip-626
Diffstat (limited to 'library/xmfbox.tcl')
| -rw-r--r-- | library/xmfbox.tcl | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/library/xmfbox.tcl b/library/xmfbox.tcl index e4d0db5..176d636 100644 --- a/library/xmfbox.tcl +++ b/library/xmfbox.tcl @@ -315,10 +315,10 @@ proc ::tk::MotifFDialog_Config {dataName type argList} { # Builds the UI components of the Motif file dialog. # # Arguments: -# w Pathname of the dialog to build. +# w Pathname of the dialog to build. # # Results: -# None. +# None. proc ::tk::MotifFDialog_BuildUI {w} { set dataName [lindex [split $w .] end] @@ -476,9 +476,9 @@ proc ::tk::MotifFDialog_MakeSList {w f label cmdPrefix} { # w pathname of the dialog box. # # Results: -# A list of two elements. The first element is the directory -# specified # by the filter. The second element is the filter -# pattern itself. +# A list of two elements. The first element is the directory +# specified # by the filter. The second element is the filter +# pattern itself. proc ::tk::MotifFDialog_InterpFilter {w} { upvar ::tk::dialog::file::[winfo name $w] data @@ -538,7 +538,7 @@ proc ::tk::MotifFDialog_InterpFilter {w} { # boxes. # # Arguments: -# w pathname of the dialog box. +# w pathname of the dialog box. # # Results: # None. @@ -562,7 +562,7 @@ proc ::tk::MotifFDialog_Update {w} { # to the filter setting. # # Arguments: -# w pathname of the dialog box. +# w pathname of the dialog box. # # Results: # None. @@ -623,7 +623,7 @@ proc ::tk::MotifFDialog_LoadFiles {w} { # (clicked-over) by the user. # # Arguments: -# w The pathname of the dialog box. +# w The pathname of the dialog box. # # Results: # None. @@ -669,7 +669,7 @@ proc ::tk::MotifFDialog_BrowseDList {w} { # (double-clicked) by the user. # # Arguments: -# w The pathname of the dialog box. +# w The pathname of the dialog box. # # Results: # None. @@ -717,7 +717,7 @@ proc ::tk::MotifFDialog_ActivateDList {w} { # (clicked-over) by the user. # # Arguments: -# w The pathname of the dialog box. +# w The pathname of the dialog box. # # Results: # None. @@ -759,7 +759,7 @@ proc ::tk::MotifFDialog_BrowseFList {w} { # (double-clicked) by the user. # # Arguments: -# w The pathname of the dialog box. +# w The pathname of the dialog box. # # Results: # None. @@ -785,7 +785,7 @@ proc ::tk::MotifFDialog_ActivateFList {w} { # text inside the filter entry. # # Arguments: -# w The pathname of the dialog box. +# w The pathname of the dialog box. # # Results: # None. @@ -808,7 +808,7 @@ proc ::tk::MotifFDialog_ActivateFEnt {w} { # terminated. # # Arguments: -# w The pathname of the dialog box. +# w The pathname of the dialog box. # # Results: # None. @@ -926,7 +926,7 @@ proc ::tk::ListBoxKeyAccel_Unset {w} { # keystrokes. # # Arguments: -# w The pathname of the listbox. +# w The pathname of the listbox. # key The key which the user just pressed. # # Results: |
