![](https://secure.gravatar.com/avatar/8d5128b5b838ecedc34635fba7995f7f.jpg?s=120&d=mm&r=g)
On Mon, 3 Jan 2005, Derek P. Moore wrote:
On Sun, 2005-01-02 at 10:42 -0800, Bryce Harrington wrote:
Can you please do some research and see if you can scare up some officialish documentation on toolbar theming with Gtkmm for us? We're about to a point where we could start implementing it if we had the docs on hand.
I've got it pretty much figured out by now. I had to complete the task of fleshing out all the necessary StockIDs before I could get started, though. We need to use IconFactory/IconSet objects to tie Inkscape- specific icons to Inkscape-specific StockIDs (for an end result similar to Gtk::Stock::* or GTK_STOCK_*).
Very cool, thanks. The toolbars look great. :-)
(Btw, the Gtkmm code now has theme-able keybindings via '/usr/share/inkscape/ui/keybindings.rc'. The morning of New Year's Eve, I decided to finish all the menu-related StockIDs/StockItems and implement loading keybindings from a file at runtime via AccelMap before the Old Year was up. I completed my goal with 45 minutes to spare, while riding in a car from one New Year's party to another. *grin*)
This is great! Keybinding theming is a feature request we've wanted as long as I can remember.
I think this means that now someone can put together keybinding themes for Illustrator and other popular drawing tools.
Bryce