Comment 78 for bug 195929

Revision history for this message
In , BenjaminBerg (benjamin-sipsolutions) wrote :

Created attachment 331118
Add style properties to GtkEntry and GtkProgressBar

This patch adds a style property to GtkEntry and GtkProgressBar. Together with this patch and some changes in the sugar theme and engine, I have gotten entries to work correctly.

Note: This patch should not go in as is. It would be better to not add a style property to standard GTK+ widgets, but instead to subclass them. I was just not sure where to place the code to create the new class. It will also require some hacks for the comboboxentry.