Is it possible (with in vtcl) to a created widget into or outof a
container widget. i.e. Create a button, then a frame. Then relize you
wanted the button inside the frame. Is it possible to move (not
delete and make a new button) the button into the frame. I get this
alot during initial design of screans. The reason I do not want to
delete and recreate is that I might have added many
functions/attributes to the button and do not want to redo the work.
Second, I have a general TCL/TK question. Is it possible to bind
keyboard pressed to a canvas widget. I have a canvas with different
items drawn on it. I want the items to respond to different keyboard
inputs. Is this possible.
Thanks,
Jim K.