Re: [anjuta-devel] Dock visibility and keyboard shortcuts of popup menu actions



Hi Arnel,

Le 19/05/2013 16:01, Arnel A. Borja a écrit :
I think GDL uses a notebook here (a GdlDockNotebook)? All widgets of
notebooks are always set as visible, or their tab won't be shown.
GdlDockItem has iconified and other properties that could be used though.

Ok.


I want to check first if the pane is indeed visible so that if its
visible, we just change the current URI of the current tab. If it is not
visible then create a new tab so that the user won't be surprised that
pages in his tabs changed without his knowledge.

You can use anjuta_dock_present_pane to make sure the pane visible and then change the current URI. I think it could be a bit unexpected to have a different behavior if the pane is visible or not.


If you want I could push the current patches to Bugzilla so that you
could take a look. Though you need WebKitGTK+ to compile them.

Currently, I think I cannot recompile WebKitGTK+, so it's not urgent.



Maybe, AnjutaUI should add accelerators to AnjutaWindow using
gtk_window_add_accel_group? There's a call to
gtk_ui_manager_get_accel_group but it was only used to disconnect
accelerators, but I can't find where it adds them to the window (I just
grep'ed the sources in libanjuta directory).

I really don't know and I haven't really take care of this.


Regards,

Sébastien


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]