Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. prdugan

    perl/tk widget: how can I add the 'scrolling' option?

    You must use a scrolled widget... $scrolled = $parent->Scrolled(widgetClass...); For example $dest_box = $LeftFrame -> Scrolled(Listbox, -height=>6, -scrollbars=>'e');

Part and Inventory Search

Back
Top