Interface

Gtk-4.0GtkOverlayLayoutChildConstructorProps

interface ConstructorProps {
    child_widget: Gtk.Widget;
    childWidget: Gtk.Widget;
    clip_overlay: boolean;
    clipOverlay: boolean;
    layout_manager: Gtk.LayoutManager;
    layoutManager: Gtk.LayoutManager;
    measure: boolean;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gtk.LayoutChild.ConstructorProps

Properties

clip_overlay: boolean
clipOverlay: boolean
measure: boolean

Properties - Inherited from Gtk.LayoutChild.ConstructorProps

child_widget: Gtk.Widget
childWidget: Gtk.Widget
layout_manager: Gtk.LayoutManager
layoutManager: Gtk.LayoutManager