On 10/11/13 05:06, Mike Miller wrote:
Hi,
I've been digging into Gtk themes recently, and decided I'd like to have geany's sidebar colors match the editor window. I believe it can be done but need to know the widget names of the tree views under the Symbols and Documents tabs.
Anyone have experience with this?
-Mike
Hi Mike, I am a nob, but maybe you can do thid...someone have states that this is not allowed anymore...but I am doing it in the 8Bits plugin...for the notebook parent right sidebar https://dl-web.meocloud.pt/dlweb/download/Share/8Bits3.png
maybe with:
http://www.geany.org/manual/reference/structGeanyMainWidgets.html
GtkWidget * sidebar = geany_data->main_widgets->sidebar_notebook;
regards tux