openmedicus / gtk-sharp

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

Add missing RGBA properties #10

Closed harry-cpp closed 8 years ago

harry-cpp commented 8 years ago

Fixes #9

mikkeljohnsen commented 8 years ago

I have just made a push that uses GdkRGBA in Gtk. Could you please test if it works ?

I see in this pull request you use "val.Val" and the generated code I have just pushed don't. So please get back to me if it doesn't work.

harry-cpp commented 8 years ago

Yes, your commit fixed this.

harry-cpp commented 8 years ago

Just gonna mention that https://developer.gnome.org/gtk3/stable/GtkTextTag.html#GtkTextTag--background-gdk also seems to not be generated, tho that property is depricated.

mikkeljohnsen commented 8 years ago

Yes, I know. But since it is deprecated I didn't want to spend time on it.

mikkeljohnsen commented 8 years ago

Just pushed so "background-gdk" is generated. Not sure if it works.

mikkeljohnsen commented 8 years ago

Could you test the latest push ?

harry-cpp commented 8 years ago

I can't right now, will test as soon as I can.

harry-cpp commented 8 years ago

Working.