sub standard gnome integration for menus
Bug #739228 reported by
KaiMartin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gEDA project |
Confirmed
|
Wishlist
|
Unassigned | ||
pcb |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Currently, the menus of PCB do not respect global gnome settings. This aplies in particular to
1) menus_have_icons"
"Whether menus may display an icon next to a menu entry."
PCB does not show icons next to an menu item.
2) user_can change_accels
"Whether the user can dynamically type a new accelerator when positioned over an active menuitem."
This is only honored for the current session. On restart PCB returns to its defalt accels.
tags: | added: accelerators gtk-gui |
Changed in geda-project: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
To post a comment you must log in.
1) I think, the reason for not showing these Icons is, that there are no icons. For the gnome-default entries (Save, Save as..., Open, Quit, ...) 'stock-items' could be used. For me, it semms difficult/ impossible to use them in common with the user-editable menus (gpcb-menu.res).
I am thinking about (and did some programming-tests) a just partly user-editable menu. There will be some fixed menu-items (like Open, Save, Copy, Preferences...) and some user-editable. My intention is, to make disabled menu-items possible. I am going to discus this on the mailing-list, when I have done some more tests.
2) Didn't know about this gnome-feature - interesting! I think this can be implementated by using gtk_accel_ map_load( )/gtk_accel_ map_save( ).