GtkTextView background color when not focused

2014-04-22 Thread Richard Shann
Hi, When a GtkTextView widget does not have the keyboard focus I would like it to be grayed out, so that the user knows his keystrokes are going elsewhere. GdkRGBA color = {0.5, 0.5, 0.5, 1.0}; gtk_widget_override_background_color (staff-currentverse-data, GTK_STATE_FOCUSED, color); and the

G-i annotations for transformation functions

2014-04-22 Thread Bastien Nocera
Heya, I'm trying to solve: https://bugzilla.gnome.org/show_bug.cgi?id=728504 These functions: https://git.gnome.org/browse/gom/tree/gom/gom-resource.h#n64 create the following warning: gom/gom-resource.h:77: Warning: Gom: gom_resource_class_set_property_transform: argument to_bytes_func:

gtkglarea 2.1.0 released

2014-04-22 Thread Javier Jardón
This is a bugfix release to stop use deprecated api and clean the build system. Testing in Windows platform has not been tested, so if you have any problems please report in bugzilla! Changes in 2.1.0 General * Lots of clean ups in the build system *