openmedicus / gtk-sharp

DEPRECATED: Use https://github.com/GLibSharp/GtkSharp or https://github.com/GtkSharp/GtkSharp
Other
22 stars 6 forks source link

Lack Gtk.StyleProviderPriority #12

Closed trinhanhngoc closed 8 years ago

trinhanhngoc commented 8 years ago

GTK_STYLE_PROVIDER_PRIORITY_* defined in gtkstyleprovider.h: https://git.gnome.org/browse/gtk+/tree/gtk/gtkstyleprovider.h

mikkeljohnsen commented 8 years ago

In what C funtion are this GTK_STYLE_PROVIDERPRIORITY* used ?

trinhanhngoc commented 8 years ago

gtk_style_context_add_provider and gtk_style_context_add_provider_for_screen https://developer.gnome.org/gtk3/stable/GtkStyleContext.html#gtk-style-context-add-provider

mikkeljohnsen commented 8 years ago

I just pushed this. Will that do ?

https://github.com/openmedicus/gtk-sharp/commit/b898323bba7e8334f59cbe8551c3200fb441adf9

trinhanhngoc commented 8 years ago

LGTM, thank you.