Thread HList mit Häckchen zum auswählen (6 answers)
Opened by Gast at 2007-08-09 18:33

Gast Gast
 2007-08-10 14:55
#97896 #97896
Code (perl): (dl )
1
2
3
4
my $ck = $tr->Checkbutton( 
    -text => 'Test, test'
    , -anchor => 'w'
);

View full thread HList mit Häckchen zum auswählen