next up previous contents index
Next: 9. The constraint_initialize() Method Up: 3. Geometry Management and Previous: 7. The change_managed() Method   Contents   Index

8. The insert_child() and delete_child() Methods

insert_childmethoddelete_childmethodThese methods are called when a child is added to a manager widget, or when a child is destroyed. Their use is particularly important in those manager widgets which keep information about their children in private data structures.

Note that these are unchained methods, which means they are not automatically called for all the superclasses of a manager widget. XmRowColumn's insert_child() needs to call XmManager's insert_child(), which in turn calls the one in its superclass.



Danny Backx
2000-12-13