> Test you stuff in python first, then move it to c/c++ if need be. This
> allows for rapid testing of what you really need to do. Whatever you
> are trying to do, it is possible, for complete menubar, menus, menuitems
> on any platform. Windowing APIs for windows, linux, mac all can handle
> t
Test you stuff in python first, then move it to c/c++ if need be. This
allows for rapid testing of what you really need to do. Whatever you
are trying to do, it is possible, for complete menubar, menus, menuitems
on any platform. Windowing APIs for windows, linux, mac all can handle
this.
gtk3-