}
[CCode (cheader_filename = "gtk/gtk.h", type_cname = "GtkScrollableInterface")]
public interface Scrollable : GLib.Object {
- public abstract bool get_border (out Gtk.Border border);
+ public virtual bool get_border (out Gtk.Border border);
public unowned Gtk.Adjustment get_hadjustment ();
public Gtk.ScrollablePolicy get_hscroll_policy ();
public unowned Gtk.Adjustment get_vadjustment ();
gtk_scale_get_layout_offsets.y is_out="1"
GtkScale::format_value transfer_ownership="1"
GtkScrollable type_cname="GtkScrollableInterface"
+gtk_scrollable_get_border virtual="1"
gtk_scrollable_get_border.border is_out="1"
gtk_scrollbar_new.adjustment nullable="1"
gtk_scrolled_window_get_policy.hscrollbar_policy is_out="1"