[vala/wip/gtk4] gtk+-4.0: Update to 3.89.0+dbfc1d72



commit e211e31a451b9fb2c81f04faed9327113cad61b3
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Fri Nov 18 21:59:34 2016 +0100

    gtk+-4.0: Update to 3.89.0+dbfc1d72

 vapi/gtk+-4.0.vapi |   31 +++++++++++++++++++++++++------
 1 files changed, 25 insertions(+), 6 deletions(-)
---
diff --git a/vapi/gtk+-4.0.vapi b/vapi/gtk+-4.0.vapi
index 5e9bf34..38c9004 100644
--- a/vapi/gtk+-4.0.vapi
+++ b/vapi/gtk+-4.0.vapi
@@ -8720,6 +8720,16 @@ namespace Gtk {
        public class DrawingArea : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public DrawingArea ();
+               [Version (since = "3.90")]
+               public int get_content_height ();
+               [Version (since = "3.90")]
+               public int get_content_width ();
+               [Version (since = "3.90")]
+               public void set_content_height (int height);
+               [Version (since = "3.90")]
+               public void set_content_width (int width);
+               [Version (since = "3.90")]
+               public void set_draw_func (owned Gtk.DrawingAreaDrawFunc? draw_func);
        }
        [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_entry_get_type ()")]
        public class Entry : Gtk.Widget, Atk.Implementor, Gtk.Buildable, Gtk.CellEditable, Gtk.Editable {
@@ -12600,18 +12610,29 @@ namespace Gtk {
        [Compact]
        public class Snapshot {
                public void append_node (Gsk.RenderNode node);
+               [Version (since = "3.90")]
                public bool clips_rect (Graphene.Rect bounds);
+               [Version (since = "3.90")]
                public void pop ();
+               [Version (since = "3.90")]
                public void push_node (Gsk.RenderNode node);
+               [Version (since = "3.90")]
                public void render_background (Gtk.StyleContext context, double x, double y, double width, 
double height);
+               [Version (since = "3.90")]
                public void render_focus (Gtk.StyleContext context, double x, double y, double width, double 
height);
+               [Version (since = "3.90")]
                public void render_frame (Gtk.StyleContext context, double x, double y, double width, double 
height);
+               [Version (since = "3.90")]
                public void render_icon (Gtk.StyleContext context, Gdk.Pixbuf pixbuf, double x, double y);
                [Version (since = "3.90")]
                public void render_insertion_cursor (Gtk.StyleContext context, double x, double y, 
Pango.Layout layout, int index, Pango.Direction direction);
+               [Version (since = "3.90")]
                public void render_layout (Gtk.StyleContext context, double x, double y, Pango.Layout layout);
+               [Version (since = "3.90")]
                public void set_transform (Graphene.Matrix transform);
-               public void transform (Graphene.Matrix matrix);
+               [Version (since = "3.90")]
+               public void transform (Graphene.Matrix transform);
+               [Version (since = "3.90")]
                public void translate_2d (int x, int y);
        }
        [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_spin_button_get_type ()")]
@@ -12865,9 +12886,6 @@ namespace Gtk {
                [CCode (cheader_filename = "gtk/gtk.h", cname = "gtk_render_expander", instance_pos = 0.5)]
                [Version (since = "3.0")]
                public void render_expander (Cairo.Context cr, double x, double y, double width, double 
height);
-               [CCode (cheader_filename = "gtk/gtk.h", cname = "gtk_render_extension", instance_pos = 0.5)]
-               [Version (since = "3.0")]
-               public void render_extension (Cairo.Context cr, double x, double y, double width, double 
height, Gtk.PositionType gap_side);
                [CCode (cheader_filename = "gtk/gtk.h", cname = "gtk_render_focus", instance_pos = 0.5)]
                [Version (since = "3.0")]
                public void render_focus (Cairo.Context cr, double x, double y, double width, double height);
@@ -16774,6 +16792,9 @@ namespace Gtk {
        [CCode (cheader_filename = "gtk/gtk.h", instance_pos = 2.9)]
        [Version (since = "2.14")]
        public delegate void ClipboardURIReceivedFunc (Gtk.Clipboard clipboard, [CCode (array_length = false, 
array_null_terminated = true)] string[] uris);
+       [CCode (cheader_filename = "gtk/gtk.h", instance_pos = 4.9)]
+       [Version (since = "3.90")]
+       public delegate void DrawingAreaDrawFunc (Gtk.DrawingArea drawing_area, Cairo.Context cr, int width, 
int height);
        [CCode (cheader_filename = "gtk/gtk.h", instance_pos = 3.9)]
        public delegate bool EntryCompletionMatchFunc (Gtk.EntryCompletion completion, string key, 
Gtk.TreeIter iter);
        [CCode (cheader_filename = "gtk/gtk.h", instance_pos = 1.9)]
@@ -17015,8 +17036,6 @@ namespace Gtk {
        public const string STYLE_CLASS_FLAT;
        [CCode (cheader_filename = "gtk/gtk.h", cname = "GTK_STYLE_CLASS_FRAME")]
        public const string STYLE_CLASS_FRAME;
-       [CCode (cheader_filename = "gtk/gtk.h", cname = "GTK_STYLE_CLASS_GRIP")]
-       public const string STYLE_CLASS_GRIP;
        [CCode (cheader_filename = "gtk/gtk.h", cname = "GTK_STYLE_CLASS_HEADER")]
        public const string STYLE_CLASS_HEADER;
        [CCode (cheader_filename = "gtk/gtk.h", cname = "GTK_STYLE_CLASS_HIGHLIGHT")]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]