diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-01-30 22:23:24 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-01-30 22:23:24 +0100 |
commit | 763f51e5023938f826b24d25635d0a8bd0bfe267 (patch) | |
tree | dac37b5dbdf8ca493c6b299e8cce9f266621f551 /vapi/gtk+-3.0.vapi | |
parent | d1b28df967ef1ff2bdc1c9226f2ff4eb898006a6 (diff) | |
download | vala-763f51e5023938f826b24d25635d0a8bd0bfe267.tar.gz |
gdk-3.0, gtk+-3.0: Update to 3.19.8
Diffstat (limited to 'vapi/gtk+-3.0.vapi')
-rw-r--r-- | vapi/gtk+-3.0.vapi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 99c53b9ae..d45669e0b 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -1451,6 +1451,8 @@ namespace Gtk { [Version (deprecated_since = "3.4", replacement = "rgba")] public Gdk.Color color { get; set; } public Gdk.RGBA rgba { get; set; } + [NoAccessorMethod] + public bool show_editor { get; set; } public string title { get; set; } public bool use_alpha { get; set; } public virtual signal void color_set (); @@ -9926,6 +9928,8 @@ namespace Gtk { [Version (deprecated_since = "vala-0.16", replacement = "StyleContext.render_background")] public static void render_background (Gtk.StyleContext context, Cairo.Context cr, double x, double y, double width, double height); [CCode (cheader_filename = "gtk/gtk.h")] + public static void render_background_get_clip (Gtk.StyleContext context, double x, double y, double width, double height, Gdk.Rectangle out_clip); + [CCode (cheader_filename = "gtk/gtk.h")] [Version (deprecated_since = "vala-0.16", replacement = "StyleContext.render_check")] public static void render_check (Gtk.StyleContext context, Cairo.Context cr, double x, double y, double width, double height); [CCode (cheader_filename = "gtk/gtk.h")] |