This is a specialized form of the LabelEntry widget intended for selecting file names.
More...
This is a specialized form of the LabelEntry widget intended for selecting file names.
A button is included to the right of the entry that pops up a file selection dialog. Many of the resources from LabelFrame, Entry, and Button are included in this widget.
- Parameters
-
path | The widget path. |
... | Options:
- -filebitmap The name of a bitmap to use for the button. By default an option folder image is used.
- -fileimage The name of an image to use for the button. By default an option folder image is used.
- -filedialog The type of file dialog to use. Should be one of open, save, or directory. If open, tk_getOpenFile is used; if save, tk_getSaveFile is used; and if directory, tk_chooseDirectory is used.
- -defaultextension This option is passed to tk_getOpenFile or tk_getSaveFile.
- -filetypes This option is passed to tk_getOpenFile or tk_getSaveFile.
- -title This option is passed to tk_getOpenFile or tk_getSaveFile.
- -labeljustify From LabelFrame (-justify).
- -labelwidth From LabelFrame (-width).
- -labelanchor From LabelFrame (-anchor).
- -labelheight From LabelFrame (-height).
- -labelfont From LabelFrame (-font).
- -labeltextvariable From LabelFrame (-textvariable).
- -label From LabelFrame (-text).
- -entryfg From Entry (-foreground).
- -entrybg From Entry (-background).
- -text From Entry.
- -buttonfg From Button (-foreground).
- -buttonbg From Button (-background).
- -buttonactivebg From Button (-activebackground).
- -buttonactivefg From Button (-activeforeground).
- -buttondisabledfg From Button (-disabledforeground).
- -buttonhighlightbg From Button (-highlightbackground).
- -buttonhighlightcolor From Button (-highlightcolor).
|
- Author
- Robert Heller <heller@deepsoft.com>
Package provided
BWFileEntry 1.0.0