public abstract bool add_selection (int start_offset, int end_offset);
[Version (since = "1.3")]
public static void free_ranges ([CCode (array_length = false)] Atk.TextRange[] ranges);
- [CCode (array_length = false, array_null_terminated = true, cname = "atk_text_get_bounded_ranges")]
+ [CCode (array_length = false, array_null_terminated = true)]
[Version (since = "1.3")]
public virtual Atk.TextRange[] get_bounded_ranges (Atk.TextRectangle rect, Atk.CoordType coord_type, Atk.TextClipType x_clip_type, Atk.TextClipType y_clip_type);
public abstract int get_caret_offset ();
[Version (deprecated = true)]
public weak GLib.HashTable<GLib.Type,GLib.Type> factory_type_registry;
}
- public interface Text : GLib.Object {
- [Version (since = "1.3")]
- [CCode (array_length = false, array_null_terminated = true, cname = "atk_text_get_bounded_ranges")]
- public virtual Atk.TextRange[] get_bounded_ranges (Atk.TextRectangle rect, Atk.CoordType coord_type, Atk.TextClipType x_clip_type, Atk.TextClipType y_clip_type);
- }
}
// G-I doesn't distinguish between abstract and virtual
Document.*#virtual_method virtual
-
-// Can't document callback fields
-Text.get_bounded_ranges skip
+Text.get_bounded_ranges#virtual_method virtual
// Callbacks without user data
add_focus_tracker skip=false