Esempio n. 1
0
//----------------------------------------------------------------------------//
bool GroupBox::drawAroundWidget(const String& name)
{
    return drawAroundWidget(getChild(name));
}
Esempio n. 2
0
bool GroupBox::drawAroundWidget(const String& name)
{
    return drawAroundWidget(WindowManager::getSingletonPtr()->getWindow(name));
}