| 887 | //----------------------------------------------------------------------------- |
| 888 | |
| 889 | void GuiControl::onChildAdded( GuiControl *child ) |
| 890 | { |
| 891 | // Base class does not make use of this |
| 892 | } |
| 893 | |
| 894 | //----------------------------------------------------------------------------- |
| 895 |