Hello,
Sorry for a stupid question, but I was unable to find an answer…
Is there any simple way to duplicate minimize and normalize actions in an application menu? I am using the core library and SplitDockStation.
Thank you,
Alex
Hello,
Sorry for a stupid question, but I was unable to find an answer…
Is there any simple way to duplicate minimize and normalize actions in an application menu? I am using the core library and SplitDockStation.
Thank you,
Alex
Not certain how your “minimize” action looks like, since the core library does not offer such an action. But for maximize/normalize you would just have to call “SplitDockStation.setFullscreenDockable”.
A more elaborate approach would be to let the framework automatically generate the menus. This is not that easy, but it is possible. You would need to:
Beni, thank you! This is exactly what I need!