Help for this page

Select Code to Download


  1. or download this
    $Tcl::Tk::VTEMP = <<'EOWIDG';
    package Tcl::Tk::Widget::[[widget-repl]];
    ...
    1;
    print STDERR "<<starting [[widget-repl]]>>\n" if $Tcl::Tk::DEBUG > 2;
    EOWIDG
    
  2. or download this
    # here we create Widget package, used for both standard cases like
    # 'Button', 'Label', and so on, and for all other widgets like Baloon
    ...
        $ptk_w_names .= "|$widgetname";
        }
    }