On Tue, 11 Mar 1997, Rick Macdonald wrote:
> Well, doesn't it do this by default?
> Whenever I add a frame, this frame becomes the insert, and I can
> add a bunch of widgets to this frame (buttons, text, labels) and
> they all go to this frame.
> After I click on a _widget_, (to edit attributes for example), I
> do find myself often using the "Select Parent" option on the
> right mouse button to get from a widget back to its containing
> parent in order to add more widgets (eg: pasting more buttons after
> setting the attributes and "Edit/Copying" the first button).
>
> I just don't ever seem to have to "Set Insert".
> What is the exact sequence of events that I haven't realized, that shows
> some use of "Set Insert"?
The default behaviour when you select a frame is for it to become
the insertion point. Other widgets such as buttons select their
parent as the insertion point. The only time you would use "set
insert" is if you want a button or other widget as a container.
Frames, Canvases and Toplevels by default set themselves as insertion
points. All others select their parents.
-stewart-