Luc Moulinier
2010-06-02 15:16:22 UTC
Hello !
I'm working under windows XP, using Xming as a X11 server.
I'm trying to maximize a toplevel window through wm attributes .t -
fullscreen 1 but nothing happens ...
I tried a simple example :
toplevel .t
pack [label .t.l -text "Hello !" -bg cyan]
focus .t
wm attributes .t -fullscreen 1
does not change the window aspect ...
What am I missing here ? Or is it something related with Xming ? (
Many thanks in advance !
Luc
I'm working under windows XP, using Xming as a X11 server.
I'm trying to maximize a toplevel window through wm attributes .t -
fullscreen 1 but nothing happens ...
I tried a simple example :
toplevel .t
pack [label .t.l -text "Hello !" -bg cyan]
focus .t
wm attributes .t -fullscreen 1
does not change the window aspect ...
What am I missing here ? Or is it something related with Xming ? (
Many thanks in advance !
Luc