Thread Höhe von HList (3 answers)
Opened by pktm at 2008-08-11 13:59

styx-cc
 2008-08-11 14:11
#113338 #113338
User since
2006-05-20
533 Artikel
BenutzerIn

user image
Code (perl): (dl )
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl
  use strict;
  use warnings;
 use Tk;

  my $mw = MainWindow->new();

  $mw->HList(-height => 100)->pack;

  MainLoop;
Pörl.

View full thread Höhe von HList