Class
Gtk.OverlayLayoutChild
Description [src]
final class Gtk.OverlayLayoutChild : Gtk.LayoutChild {
/* No available fields */
}
GtkLayoutChild
subclass for children in a GtkOverlayLayout
.
Instance methods
gtk_overlay_layout_child_get_clip_overlay
Retrieves whether the child is clipped.
gtk_overlay_layout_child_get_measure
Retrieves whether the child is measured.
gtk_overlay_layout_child_set_clip_overlay
Sets whether to clip this child.
gtk_overlay_layout_child_set_measure
Sets whether to measure this child.
Methods inherited from GtkLayoutChild (2)
gtk_layout_child_get_child_widget
Retrieves the GtkWidget
associated to the given layout_child
.
gtk_layout_child_get_layout_manager
Retrieves the GtkLayoutManager
instance that created the
given layout_child
.
Properties
Gtk.OverlayLayoutChild:clip-overlay
Whether the child should be clipped to fit the parent’s size.
Gtk.OverlayLayoutChild:measure
Whether the child size should contribute to the GtkOverlayLayout
‘s measurement.
Properties inherited from GtkLayoutChild (2)
Gtk.LayoutChild:child-widget
The widget that is associated to the GtkLayoutChild
instance.
Gtk.LayoutChild:layout-manager
The layout manager that created the GtkLayoutChild
instance.