Commit Graph

2 Commits

Author SHA1 Message Date
Ell
4c924c1cb8 app: in gimp_accel_label_set_action(), emit notify
(cherry picked from commit 0ac2aa5130)
2020-06-02 11:03:29 +03:00
Ell
a54704bcdc app: add GimpAccelLabel
Add a new GimpAccelLabel widget, which shows an accelerator label
for a given GimpAction.  Unlike GtkAccelLabel, GimpAccelLabel
doesn't show a user-provided label in addition to that.

Note that the size request of GtkAccelLabel doesn't include the
accelerator part, which is desirable in some contexts.
GimpAccelLabel doesn't suffer from that.

(cherry picked from commit 2259ad5fcc)
2020-06-01 19:30:09 +03:00