Help for this page
#here are some of the options you can specify to pack. #learn about the different arguments they take.. ... $emailLab=$mw->label->pack(-anchor=>'',-ipadx=>'', -ipady=>'',-expand=>'', -fill=>'', -padx=>'', -pady=>'' );
#using frame widgets, general explanatory non-functional code ... $frame->pack(pack options) or $frame->place(options); $frame->Label()->pack(); MainLoop;