| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gsk.Constants
Description
Synopsis
- pattern RECT_SNAP_SHRINK :: Int32
- pattern RECT_SNAP_ROUND :: Int32
- pattern RECT_SNAP_NONE :: Int32
- pattern RECT_SNAP_GROW :: Int32
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