Hi,
I create a toplevel and I'm looking a fast way to put the focus on it.
I have:
$mw = mainwindow->new;
$tl = $mw_>toplevel;
#construction of the toplevel (...)
$tl2 = $tl->toplevel
For the moment, I'm using the raise function... but it's not very nice:
$tl ->raise($mw)...
I would prefere something that keeps the priority on my window...
If you know something about it...
thanks!
Julie
I create a toplevel and I'm looking a fast way to put the focus on it.
I have:
$mw = mainwindow->new;
$tl = $mw_>toplevel;
#construction of the toplevel (...)
$tl2 = $tl->toplevel
For the moment, I'm using the raise function... but it's not very nice:
$tl ->raise($mw)...
I would prefere something that keeps the priority on my window...
If you know something about it...
thanks!
Julie