rezaali / ofxUI

[DEPRECATED] UI Addon for openFrameworks
http://www.syedrezaali.com/#/ofxui-project-showcase/
518 stars 202 forks source link

Is it possible to create a menubar? #225

Open Katmai6 opened 9 years ago

Katmai6 commented 9 years ago

Is it possible to create a menubar using ofxUI?

magicbrush commented 9 years ago

I think you can use ofxUITabBar as the main menu, then use multiple ofxUICanvases as sub-menus.

Katmai6 commented 9 years ago

Thanks for your answer.