GNOME Bugzilla – Bug 456286
Toolbar editor
Last modified: 2012-05-04 18:16:28 UTC
Hello, In the past few days I worked on an editable toolbar for gedit. I attached the new files (toolbar editor from libegg) and the diff files to implement the toolbar editor within gedit. The major thing missing is the custom open button (with recent files). I will work on it in the next few days. I'd also like to implement toolbar style. Cheers.
Created attachment 91683 [details] Toolbar editor patch
> I'd also like to implement toolbar style. do you mean text-beside icon etc? That is already implemented, preference is in gconf...
Yes i think about this. In the epiphany toolbar editor window, we can choose the toolbar style (Text above icons, Icons only, Text only, ...). I find this pretty nice, but if we can set global config in gconf ...
Created attachment 91784 [details] Editable toolbar patch
Comment on attachment 91784 [details] Editable toolbar patch I work a bit on it. I implement the recent file menu. I look at Epiphany source code to know how they do it. I basically do the same thing. I create a gedit-open-action inherit from gtkaction. I create a instance of this class and add it to the toolbar.
No toolbar editor in gtk+ mainly means no toolbar editor in gedit.