I have an ofxGui which is home to a bunch of ofParameterGroup elements.
gui_main.add(parameter_groupOne);
gui_main.add(parameter_groupTwo);
gui_main.minimizeAll();
minimizeAll() works.
But how do I now only maximize one of these groups via code? i.e. doing what pressing the little plus + sign does.
thanks for any advice.