Gtk.RequestedSize

Fields

Name

Type

Access

Description

data

object

r/w

A client pointer

minimum_size

int

r/w

The minimum size needed for allocation in a given orientation

natural_size

int

r/w

The natural size for allocation in a given orientation

Methods

None

Details

class Gtk.RequestedSize

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().