gi-gtk-3.0.32: Gtk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Structs.Border

Description

A struct that specifies a border around a rectangular area that can be of different width on each side.

Synopsis

Exported types

newtype Border Source #

Memory-managed wrapper type.

Constructors

Border (ManagedPtr Border) 

Instances

Instances details
Eq Border Source # 
Instance details

Defined in GI.Gtk.Structs.Border

Methods

(==) :: Border -> Border -> Bool #

(/=) :: Border -> Border -> Bool #

IsGValue Border Source #

Convert Border to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Structs.Border

BoxedObject Border Source # 
Instance details

Defined in GI.Gtk.Structs.Border

Methods

boxedType :: Border -> IO GType #

tag ~ 'AttrSet => Constructible Border tag Source # 
Instance details

Defined in GI.Gtk.Structs.Border

Methods

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

newZeroBorder :: MonadIO m => m Border Source #

Construct a Border struct initialized to zero.

noBorder :: Maybe Border Source #

A convenience alias for Nothing :: Maybe Border.

Methods

Overloaded methods

copy

borderCopy Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Border

border_: a Border-struct

-> m Border

Returns: a copy of border_.

Copies a Border-struct.

free

borderFree Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Border

border_: a Border-struct

-> m () 

Frees a Border-struct.

new

borderNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m Border

Returns: a newly allocated Border-struct. Free with borderFree

Allocates a new Border-struct and initializes its elements to zero.

Since: 2.14

Properties

bottom

The width of the bottom border

getBorderBottom :: MonadIO m => Border -> m Int16 Source #

Get the value of the “bottom” field. When overloading is enabled, this is equivalent to

get border #bottom

setBorderBottom :: MonadIO m => Border -> Int16 -> m () Source #

Set the value of the “bottom” field. When overloading is enabled, this is equivalent to

set border [ #bottom := value ]

left

The width of the left border

getBorderLeft :: MonadIO m => Border -> m Int16 Source #

Get the value of the “left” field. When overloading is enabled, this is equivalent to

get border #left

setBorderLeft :: MonadIO m => Border -> Int16 -> m () Source #

Set the value of the “left” field. When overloading is enabled, this is equivalent to

set border [ #left := value ]

right

The width of the right border

getBorderRight :: MonadIO m => Border -> m Int16 Source #

Get the value of the “right” field. When overloading is enabled, this is equivalent to

get border #right

setBorderRight :: MonadIO m => Border -> Int16 -> m () Source #

Set the value of the “right” field. When overloading is enabled, this is equivalent to

set border [ #right := value ]

top

The width of the top border

getBorderTop :: MonadIO m => Border -> m Int16 Source #

Get the value of the “top” field. When overloading is enabled, this is equivalent to

get border #top

setBorderTop :: MonadIO m => Border -> Int16 -> m () Source #

Set the value of the “top” field. When overloading is enabled, this is equivalent to

set border [ #top := value ]