#include <widcontain.h>
Inheritance diagram for VDKObjectContainer:
This class provides a container widget, common class for specialized containers such as VDKBox, VDKTable etc. User should not construct explicitely this kind of object.
|
Add an object. Reimplemented from VDKObject. Reimplemented in VDKBox, VDKEventBox, VDKFixed, VDKFrame, VDKHandleBox, VDKMenu, VDKMenubar, VDKNotebook, VDKPaned, VDKRadioButtonGroup, VDKScrolled, VDKTable, and VDKToolbar. |
|
Sets container border width
|
|
Find an object with Tag==tag, NULL if fails
|
|
Apply user defined functions to each contained object |
|
Remove an object from container, object will be destroyed
|
|
This function will remove an object from a container without destroying it.
|
|
Remove all objects from container destroying them |