Thread Programm an eine bestimmten Desktopstelle (17 answers)
Opened by J-jayz-Z at 2005-07-11 00:59

coax
 2005-07-11 02:54
#44153 #44153
User since
2003-08-11
457 Artikel
BenutzerIn
[default_avatar]
[quote=J-jayz-Z,10.07.2005, 23:44]und wo übergebe ich da die größe,also wo es stehen soll?[/quote]
Code: (dl )
1
2
3
$toplevel->geometry('+' . $x . '+' . $y);
$toplevel->geometry($width . 'x' . $height . '+' . $x . '+' . $y);
$toplevel->geometry($width . 'x' . $height);


Genauere Informationen zur Syntax sind in perldoc Tk::Wm zu finden.

Grusz Christian.\n\n

<!--EDIT|coax|1121382919-->
,,Das perlt aber heute wieder...'' -- Dittsche

View full thread Programm an eine bestimmten Desktopstelle