gi-gtk-0.3.18.13: 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.Objects.PageSetup

Contents

Description

 

Synopsis

Exported types

newtype PageSetup Source

Instances

GObject PageSetup Source 
((~) * info (ResolvePageSetupMethod t PageSetup), MethodInfo * info PageSetup p) => IsLabel t (PageSetup -> p) Source 

Methods

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

((~) * info (ResolvePageSetupMethod t PageSetup), MethodInfo * info PageSetup p) => IsLabelProxy t (PageSetup -> p) Source 

Methods

fromLabelProxy :: Proxy Symbol t -> PageSetup -> p

type ParentTypes PageSetup Source 
type AttributeList PageSetup Source 
type SignalList PageSetup Source 

Methods

pageSetupCopy

pageSetupGetBottomMargin

pageSetupGetLeftMargin

pageSetupGetOrientation

pageSetupGetPageHeight

pageSetupGetPageWidth

pageSetupGetPaperHeight

pageSetupGetPaperSize

pageSetupGetPaperWidth

pageSetupGetRightMargin

pageSetupGetTopMargin

pageSetupLoadFile

pageSetupLoadFile :: (MonadIO m, PageSetupK a) => a -> [Char] -> m () Source

pageSetupLoadKeyFile

pageSetupLoadKeyFile :: (MonadIO m, PageSetupK a) => a -> KeyFile -> Maybe Text -> m () Source

pageSetupNew

pageSetupNewFromFile

pageSetupNewFromKeyFile

pageSetupSetBottomMargin

pageSetupSetLeftMargin

pageSetupSetOrientation

pageSetupSetPaperSize

pageSetupSetPaperSizeAndDefaultMargins

pageSetupSetRightMargin

pageSetupSetTopMargin

pageSetupToFile

data PageSetupToFileMethodInfo Source

Instances

((~) (TYPE Lifted) signature ([Char] -> m ()), MonadIO m, PageSetupK a) => MethodInfo (TYPE Lifted) PageSetupToFileMethodInfo a signature Source 

pageSetupToFile :: (MonadIO m, PageSetupK a) => a -> [Char] -> m () Source

pageSetupToKeyFile

data PageSetupToKeyFileMethodInfo Source

Instances

((~) (TYPE Lifted) signature (KeyFile -> Text -> m ()), MonadIO m, PageSetupK a) => MethodInfo (TYPE Lifted) PageSetupToKeyFileMethodInfo a signature Source 

pageSetupToKeyFile :: (MonadIO m, PageSetupK a) => a -> KeyFile -> Text -> m () Source