Re: A widget for the user's editor of choice
- From: Jan Kandziora <jjj@xxxxxx>
- Date: Fri, 29 Jun 2007 11:43:17 +0200
Jan Kandziora schrieb:
It *should* work like this:BTW: There are other programs where reparenting works fine for me, like
package require Tk
frame .f -container yes
pack .f -fill both -expand yes
exec xterm -into [ winfo id .f ] -e $env(EDITOR) &
mplayer:
exec mplayer -vo x11 -wid [ winfo id .f ] FILENAME &
Kind regards
Jan1
.
- References:
- A widget for the user's editor of choice
- From: Lan
- Re: A widget for the user's editor of choice
- From: Jan Kandziora
- A widget for the user's editor of choice
- Prev by Date: Re: A widget for the user's editor of choice
- Next by Date: tiny improvement of text widget ?
- Previous by thread: Re: A widget for the user's editor of choice
- Next by thread: Re: A widget for the user's editor of choice
- Index(es):
Relevant Pages
|