You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_IconGroup object:
Cvo_IconGroup
#include
<Cvo/IconGroup.h++>
new
Cvo_IconGroup ( )
The Cvo_IconGroup object groups a series of top level objects which
should be iconified and deiconified as a group. Objects are added to
this group via the sole member function, AddObject()
.
This object defines the following member functions.
Cvo_IconGroupObject *AddObject (
Cvo_Object *obj )
The Cvo_Object obj will be added to the group managed by the Cvo_IconGroup object. This member function returns a pointer to a Cvo_IconGroupObject object, which may later be deleted to remove obj from the group of objects which will be iconified together.
See the example source code for an example of how to use this object.
See the legend for information about the conventions used in this documentation.