Tk::FileEntry - FileEntry widget with optional file selection box


Tk-ACH documentation  | view source Contained in the Tk-ACH distribution.

Index


NAME

Top

Tk::FileEntry - FileEntry widget with optional file selection box

SYNOPSIS

Top

    use Tk::FileEntry;

    $fileentry = $parent->FileEntry(
				-filebitmap	=> BITMAP,
				-command	=> CALLBACK,
				-variable	=> SCALARREF,
				);

DESCRIPTION

Top

WIDGET-SPECIFIC OPTIONS

Top

Option: -filebitmap
Name: fileBitmap
Class: FileBitmap

Specifies the bitmap to be used for the button that invokes the File Dialog.

-command

...

-variable

...

BUGS

Top

If FileEntry is resized to a value smaller than at creation time the Openfile Bitmap vanishes.

FileSelection of alpha release Tk800.003 does not work (my fault!). So FileEntrys FileSelction dialog will not work with this release.

SEE ALSO

Top

Tk (Tk) Tk::Entry (Tk::Entry) Tk::FileSelect (k::FileSelect)

KEYWORDS

Top

fileentry, tix, widget, file selector

AUTHOR

Top

Achim Bohnet <ach@mpe.mpg.de>

This code is inspired by the documentation of FileEntry.n of the Tix4.1.0 distribution by Ioi Lam. The bitmap data are also from Tix4.1.0. For everything else:

Copyright (c) 1997-1998 Achim Bohnet. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


Tk-ACH documentation  | view source Contained in the Tk-ACH distribution.