From ccbd9ca6a2f564af71aa1d31cc6345adecd6c491 Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Sun, 18 Dec 2016 23:18:54 +0100 Subject: [PATCH] Bind a number of Gtk.CellRendererTextProperties This binds all the '*-set' properties. The properties are useful when one wants to restore a previously set property to its initial value. For instance, when setting the ForegroundRgba property the 'foreground-set' property is automatically set to 'true' but when we assign 'Gdk.RGBA.Zero' to ForegroundRgba then the 'foreground-set' property is NOT set to false and the foreground becomes black instead of the default one. --- gtk/gtk-api.raw | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gtk/gtk-api.raw b/gtk/gtk-api.raw index ad3c0d858..9246da4db 100644 --- a/gtk/gtk-api.raw +++ b/gtk/gtk-api.raw @@ -8114,30 +8114,46 @@ + + + + + + + + + + + + + + + +