#include <container.h>
The main difference between the standard Guichan container and this one is that childs added to this container are automatically deleted when the container is deleted.
This container is also non-opaque by default.
Definition at line 36 of file container.h.
Public Member Functions | |
Container () | |
~Container () |
Container::Container | ( | ) |
Definition at line 24 of file container.cpp.
Container::~Container | ( | ) |
Definition at line 29 of file container.cpp.