- or download this
# MainWindow $MW
# Frame Frame1
...
# Frame sourceoneFrame # Mutually exclusive
# Frame sourcetwoFrame # Mutually exclusive
# Label StringLabel
- or download this
-command =>
$typeframes{'source'}->{ $config{'sourcetype'} }->( \%tkobjects ),
- or download this
# $option_command will be an anon sub,
# with sole access to %typeframes.
...
# the OptionMenu was created!
MainLoop;