Mega Code Archive

 
Categories / Perl / GUI
 

Add list box to a window

use Tk; $main = MainWindow->new(); $listbox1 = $main->Listbox("-width" => 25,      "-height" => 5 )->pack;