Hi

    I restore AUTOLOAD sub in Win32::GUI::Window.
    I understand now what this sub do.

    It's permit to directly call a child window procedure like this :
        $Win->Child->Show;
    it's do same job as :
        $Win->{Child}->Show;

ChangeLog  : Restore AUTOLOAD
    - GUI.pm :
        + Uncomment AUTOLOAD
        + Add AUTOLOAD to MDIFrame, MDIClient.

Laurent

Reply via email to