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.
hi,
not only the background colors of sidebar...but the auto-complection
list in geany_data->main_widgets->notebook too ;)
I don't know how to access the sidebar...
but for my small understanding... the sidebar+notebook editor is inside
a vbox, so...
widget *vbox,parent;
parent =vbox= gtk_widget_get_parent(geany_data->main_widgets->notebook),
and now I don`t know how to access the first element of the
vbox(sidebar) :S, but its a clue, I think...
sorry for the incomplete help :(
god luck
regards
tux
_______________________________________________
Users mailing list
[email protected]
https://lists.geany.org/cgi-bin/mailman/listinfo/users