[Solved]How to move a widget to top?

mos

29-03-2011 14:31:20

There are serveral widgets covered each other. general, the widget click by mouse will be moved to top, but I wonder if there is a function can do it?

Altren

29-03-2011 14:57:58

MyGUI::LayerManager::getInstance().upLayerItem(widget);

mos

30-03-2011 16:48:53

I get it, thank!