Class

GtkConstraintGuide

Description [src]

final class Gtk.ConstraintGuide : GObject.Object
  implements Gtk.ConstraintTarget {
  /* No available fields */
}

A GtkConstraintGuide is an invisible layout element in a GtkConstraintLayout.

The GtkConstraintLayout treats guides like widgets. They can be used as the source or target of a GtkConstraint.

Guides have a minimum, maximum and natural size. Depending on the constraints that are applied, they can act like a guideline that widgets can be aligned to, or like flexible space.

Unlike a GtkWidget, a GtkConstraintGuide will not be drawn.

Hierarchy

hierarchy this GtkConstraintGuide implements_0 GtkConstraintTarget this--implements_0 ancestor_0 GObject ancestor_0--this

Ancestors

Implements

Constructors

gtk_constraint_guide_new

Creates a new GtkConstraintGuide object.

Instance methods

gtk_constraint_guide_get_max_size

Gets the maximum size of guide.

gtk_constraint_guide_get_min_size

Gets the minimum size of guide.

gtk_constraint_guide_get_name

Retrieves the name set using gtk_constraint_guide_set_name().

gtk_constraint_guide_get_nat_size

Gets the natural size of guide.

gtk_constraint_guide_get_strength

Retrieves the strength set using gtk_constraint_guide_set_strength().

gtk_constraint_guide_set_max_size

Sets the maximum size of guide.

gtk_constraint_guide_set_min_size

Sets the minimum size of guide.

gtk_constraint_guide_set_name

Sets a name for the given GtkConstraintGuide.

gtk_constraint_guide_set_nat_size

Sets the natural size of guide.

gtk_constraint_guide_set_strength

Sets the strength of the constraint on the natural size of the given GtkConstraintGuide.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Gtk.ConstraintGuide:max-height

The maximum height of the guide.

Gtk.ConstraintGuide:max-width

The maximum width of the guide.

Gtk.ConstraintGuide:min-height

The minimum height of the guide.

Gtk.ConstraintGuide:min-width

The minimum width of the guide.

Gtk.ConstraintGuide:name

A name that identifies the GtkConstraintGuide, for debugging.

Gtk.ConstraintGuide:nat-height

The preferred, or natural, height of the guide.

Gtk.ConstraintGuide:nat-width

The preferred, or natural, width of the guide.

Gtk.ConstraintGuide:strength

The GtkConstraintStrength to be used for the constraint on the natural size of the guide.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct GtkConstraintGuideClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.