public int scroll_y;
public Gdk.VisibilityState visibility;
[CCode (type = "GtkWidget*", has_construct_function = false)]
- public Layout (Gtk.Adjustment hadjustment, Gtk.Adjustment vadjustment);
+ public Layout (Gtk.Adjustment? hadjustment = null, Gtk.Adjustment? vadjustment = null);
public unowned Gdk.Window get_bin_window ();
public unowned Gtk.Adjustment get_hadjustment ();
public void get_size (out uint width, out uint height);
GtkLayout.children type_arguments="Widget"
gtk_layout_get_size.width is_out="1"
gtk_layout_get_size.height is_out="1"
+gtk_layout_new.hadjustment nullable="1" default_value="null"
+gtk_layout_new.vadjustment nullable="1" default_value="null"
gtk_list_store_new ellipsis="1" sentinel=""
gtk_list_store_newv.n_columns hidden="1"
gtk_list_store_newv.types array_length_pos="0.9"