Class

GtkOverlayLayoutChild

since: 4.0

Description [src]

final class Gtk.OverlayLayoutChild : Gtk.LayoutChild
{
  /* No available fields */
}

GtkLayoutChild subclass for children in a GtkOverlayLayout.

Available since: 4.0

Hierarchy

hierarchy this GtkOverlayLayoutChild ancestor_0 GtkLayoutChild ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Instance methods

gtk_overlay_layout_child_get_clip_overlay

Retrieves whether the child is clipped.

since: 4.0

gtk_overlay_layout_child_get_measure

Retrieves whether the child is measured.

since: 4.0

gtk_overlay_layout_child_set_clip_overlay

Sets whether to clip this child.

since: 4.0

gtk_overlay_layout_child_set_measure

Sets whether to measure this child.

since: 4.0

Methods inherited from GtkLayoutChild (2)
gtk_layout_child_get_child_widget

Retrieves the GtkWidget associated to the given layout_child.

since: 4.0

gtk_layout_child_get_layout_manager

Retrieves the GtkLayoutManager instance that created the given layout_child.

since: 4.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Gtk.OverlayLayoutChild:clip-overlay

Whether the child should be clipped to fit the parent’s size.

since: 4.0

Gtk.OverlayLayoutChild:measure

Whether the child size should contribute to the GtkOverlayLayouts measurement.

since: 4.0

Properties inherited from GtkLayoutChild (2)
Gtk.LayoutChild:child-widget

The widget that is associated to the GtkLayoutChild instance.

since: 4.0

Gtk.LayoutChild:layout-manager

The layout manager that created the GtkLayoutChild instance.

since: 4.0

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.

since: 2.0

Class structure

struct GtkOverlayLayoutChildClass {
  GtkLayoutChildClass parent_class;
  
}
No description available.
Class members
parent_class: GtkLayoutChildClass
No description available.