Re: A widget for the user's editor of choice



Jan Kandziora schrieb:
It *should* work like this:

package require Tk
frame .f -container yes
pack .f -fill both -expand yes
exec xterm -into [ winfo id .f ] -e $env(EDITOR) &

BTW: There are other programs where reparenting works fine for me, like
mplayer:

exec mplayer -vo x11 -wid [ winfo id .f ] FILENAME &

Kind regards

Jan1
.



Relevant Pages