Thread dicker Rand bei Label, wie krieg ich den weg? (7 answers)
Opened by #Kein Kommentar at 2007-09-15 17:10

Arkhen2
 2007-09-17 13:03
#99534 #99534
User since
2005-03-11
25 Artikel
BenutzerIn
[default_avatar]
Hat auch mich schon mal gestört.

Ich habe dann

Code (perl): (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
$mw->Radiobutton(
    -text     => "Beispiel Radio", 
    -font     => "Arial 20",
    -variable => \$antwort,
    -value    => "A",
    -bg       => "Cyan",
    -activebackground => "yellow",
)->place(
    -x      => 0,
    -y      => 0,
    -height => 20,
    -width  => 200
);


genommen.

View full thread dicker Rand bei Label, wie krieg ich den weg?