Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    print STDERR $lab_frm->Subwidget('label')->PathName, "\n";
    
    MainLoop;
    
  2. or download this
    $mw->optionAdd('*LabEntry*font', 'helvb12');
    $mw->optionAdd('*LabEntry.entry.font', 'helvr12');