Class (GI Struct)

Gtk-3.0GtkRequestedSize

Represents a request of a screen object in a given orientation. These are primarily used in container implementations when allocating a natural size for children calling. See gtk_distribute_natural_allocation().

Index

Constructors

  • Parameters

    • Optionalproperties: Partial<{ data: any; minimum_size: number; natural_size: number }>

    Returns Gtk.RequestedSize

Properties

data: any
minimum_size: number
natural_size: number