frauzufall / ofxGuiExtended

ofParameter based GUI addon for openFrameworks; derived from the core OF ofxGui addon and ofxDOM.
MIT License
113 stars 29 forks source link

group header tweaks (feature request) #36

Open transat opened 8 years ago

transat commented 8 years ago

Currently only the +/- sign on the right of group headers acts as a button to open or close the group but is there a chance to make the whole group header clickable instead? It would be useful for touch interfaces and would allow optional hiding of the +/- sign when appropriate (top level of a menu-bar).

Another feature requests to consider: replacing the panel header load/save icons with custom icons (maybe using fontawesome... which would allow to easily add icons to any other gui button?). The current icons look pretty bad on tall panel headers.

frauzufall commented 8 years ago

Sounds both reasonable. About the second one: I will try to optionally include ofxFontAwesome and ofxFontStash to be able to make this prettier. I need this feature too.