GNOME Bugzilla – Bug 127956
RFE: Show tooltip text in statusbar when browsing menus
Last modified: 2013-08-14 02:00:59 UTC
It's common in modern applications that the description of an action (tooltip text in GtkActionEntry) be shown in the statusbar when browsing the menus. Currently, GtkUIManager does not support a statusbar and this particular feature. What's the correct way to implement this?
You can use the connect-proxy signal to implement this, but its not too nice. I'd expect that the appwindow widget will hide this. Look at testmerge.c for an example.
Leaving this open to deal with documenting how to do it manually in the meantime, e.g. by moving the testmerge code to gtk-demo and/or adding it as an example to the connect-proxy signal documentation.
@!#6% bugzilla !
Moving docs bugs off the --- milestone.
Can we close this, or are there things left to do like documentation? Afaik there are no technical issues left.
Needs documentation