summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-12-18 12:36:11 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2018-12-20 15:06:13 +0100
commita1a53d8161c13627df5c3520a77b42372ed420d0 (patch)
treee22ca810900dbb3785fbd88ffc4e9d89146bcae1
parentcb1ac92da9dcde0fe728722bb71f8a9797700238 (diff)
downloadvala-a1a53d8161c13627df5c3520a77b42372ed420d0.tar.gz
gtk+-4.0: Update to 3.94.0+a99bd2a4
-rw-r--r--vapi/gtk+-4.0.vapi3
1 files changed, 3 insertions, 0 deletions
diff --git a/vapi/gtk+-4.0.vapi b/vapi/gtk+-4.0.vapi
index b1800822b..ee815d586 100644
--- a/vapi/gtk+-4.0.vapi
+++ b/vapi/gtk+-4.0.vapi
@@ -12117,8 +12117,11 @@ namespace Gtk {
public abstract void expand_collapse (Gtk.CellAccessible cell);
public abstract void get_cell_area (Gtk.CellAccessible cell, Gdk.Rectangle cell_rect);
public abstract void get_cell_extents (Gtk.CellAccessible cell, int x, int y, int width, int height, Atk.CoordType coord_type);
+ public abstract void get_cell_position (Gtk.CellAccessible cell, int row, int column);
public abstract int get_child_index (Gtk.CellAccessible cell);
+ public abstract GLib.GenericArray<Atk.Object> get_column_header_cells (Gtk.CellAccessible cell);
public abstract Gtk.CellRendererState get_renderer_state (Gtk.CellAccessible cell);
+ public abstract GLib.GenericArray<Atk.Object> get_row_header_cells (Gtk.CellAccessible cell);
public abstract bool grab_focus (Gtk.CellAccessible cell);
public abstract void update_relationset (Gtk.CellAccessible cell, Atk.RelationSet relationset);
}