Minimizing a Window to its Title Bar

samaursa

23-02-2011 07:30:08

Is there functionality in MyGUI to minimize a window so that only its title bar is visible? For example, double click the title bar, and the window disappears while only the title bar stays on screen. If not, I would like to add that to the wish-list/to-do list thread.

Altren

26-02-2011 18:58:59

You can do that next way: window->getCaption() and use eventDoubleClick, then resize window whenever this event happens.