| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gtk.Structs.RequestedSize
Description
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().
Exported types
newtype RequestedSize Source
Constructors
| RequestedSize (ForeignPtr RequestedSize) |
Properties
Data
requestedSizeReadData :: RequestedSize -> IO (Ptr ()) Source