VBox.this

Warning gtk_vbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_VERTICAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. Creates a new GtkVBox.

  1. this(GtkVBox* gtkVBox)
  2. this(int homogeneous, int spacing)
    class VBox
    this

Parameters

homogeneous int

TRUE if all children are to be given equal space allotments.

spacing int

the number of pixels to place by default between children.

Throws

ConstructionException GTK+ fails to create the object.

Meta