gi-gsk-4.0.9: Gsk bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gsk.Constants

Description

 
Synopsis

Documentation

pattern RECT_SNAP_SHRINK :: Int32 Source #

Makes the rectangle shrink in every direction.

This is useful to make sure the rectangle fits into the allocated area and does not overlap content that is not snapped.

Since: 4.24

pattern RECT_SNAP_ROUND :: Int32 Source #

Makes the rectangle round to the closest pixel edge on all sides.

This is useful when multiple rectangles are placed next to each other at the same coordinate, and they should do so without any seams.

Since: 4.24

pattern RECT_SNAP_NONE :: Int32 Source #

Makes the rectangle not snap at all.

This is the default value for snapping.

Since: 4.24

pattern RECT_SNAP_GROW :: Int32 Source #

Makes the rectangle grow in every direction.

This is useful to avoid seams but can lead to overlap with adjacent content.

Since: 4.24