On Thu, 12 Jun 1997, Jim Kramer wrote:
> 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.
you should be able to cut and paste the button from one location
to another. this will preserve all button properties and bindings
including commands.
-stewart-