Re: GtkApplicationWindow and its menubar

2014-05-21 Thread Pierre Wieser
> 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

Re: GtkApplicationWindow and its menubar

2014-05-11 Thread David Marceau
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-