Help for this page

Select Code to Download


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