| 872 | //----------------------------------------------------------------------------- |
| 873 | |
| 874 | void GuiControl::onChildAdded( GuiControl *child ) |
| 875 | { |
| 876 | // Base class does not make use of this |
| 877 | } |
| 878 | |
| 879 | //----------------------------------------------------------------------------- |
| 880 |