gi-gtk-3.0.9: Gtk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Structs.RequestedSize

Contents

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

Synopsis

Exported types

newtype RequestedSize Source #

Constructors

RequestedSize (ManagedPtr RequestedSize) 

Instances

WrappedPtr RequestedSize Source # 
(~) AttrOpTag tag AttrSet => Constructible RequestedSize tag Source # 

Methods

new :: MonadIO m => (ManagedPtr RequestedSize -> RequestedSize) -> [AttrOp RequestedSize tag] -> m RequestedSize

((~) * info (ResolveRequestedSizeMethod t RequestedSize), MethodInfo * info RequestedSize p) => IsLabel t (RequestedSize -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> RequestedSize -> p #

((~) * info (ResolveRequestedSizeMethod t RequestedSize), MethodInfo * info RequestedSize p) => IsLabelProxy t (RequestedSize -> p) Source # 
HasAttributeList * RequestedSize Source # 
type AttributeList RequestedSize Source # 
type AttributeList RequestedSize

newZeroRequestedSize :: MonadIO m => m RequestedSize Source #

Construct a RequestedSize struct initialized to zero.

Properties

data

requestedSize_data :: AttrLabelProxy "data" Source #

minimumSize

requestedSize_minimumSize :: AttrLabelProxy "minimumSize" Source #

naturalSize

requestedSize_naturalSize :: AttrLabelProxy "naturalSize" Source #