rbc has asked for the wisdom of the Perl Monks concerning the following question:
$FSref = $top->FileSelect(-directory => $start_dir); $top - a window reference, e.g. MainWindow-& +gt;new $start_dir - the starting point for the FileSelect $file = $FSref->Show; Executes the fileselector until either a filename is accepted or the user hits Cancel. Returns the filename or the empty string, respectively, and unmaps the FileSelect. $FSref->configure(option => value[, ...]) Please see the Populate subroutine as the configuration list changes rapidly.
Edit kudra, 2001-12-27 change pre to code
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tk::FileSelect configure options?
by danger (Priest) on Dec 27, 2001 at 05:23 UTC |