Apologies if I missed it in the documentation, I want to add a File menu to the application menus. But when I add my callback using (I am using the python bindings)
runner_params = immapp.RunnerParams()
runner_params.callbacks.show_menus = [my menu ui function]
the menu it is by default after the View menu. If I want to have my menu ui run before the View menu is generated is there a way to specify that (or that the auto generated View menu goes after? I didn't notice any config in the runner_params that would allow me to do this.
Apologies if I missed it in the documentation, I want to add a File menu to the application menus. But when I add my callback using (I am using the python bindings)
the menu it is by default after the View menu. If I want to have my menu ui run before the View menu is generated is there a way to specify that (or that the auto generated View menu goes after? I didn't notice any config in the runner_params that would allow me to do this.
Thanks