| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Atk.Structs.Rectangle
Description
A data structure for holding a rectangle. Those coordinates are relative to the component top-level parent.
- newtype Rectangle = Rectangle (ForeignPtr Rectangle)
- newZeroRectangle :: MonadIO m => m Rectangle
- noRectangle :: Maybe Rectangle
- getRectangleHeight :: MonadIO m => Rectangle -> m Int32
- rectangleHeight :: AttrLabelProxy "height"
- setRectangleHeight :: MonadIO m => Rectangle -> Int32 -> m ()
- getRectangleWidth :: MonadIO m => Rectangle -> m Int32
- rectangleWidth :: AttrLabelProxy "width"
- setRectangleWidth :: MonadIO m => Rectangle -> Int32 -> m ()
- getRectangleX :: MonadIO m => Rectangle -> m Int32
- rectangleX :: AttrLabelProxy "x"
- setRectangleX :: MonadIO m => Rectangle -> Int32 -> m ()
- getRectangleY :: MonadIO m => Rectangle -> m Int32
- rectangleY :: AttrLabelProxy "y"
- setRectangleY :: MonadIO m => Rectangle -> Int32 -> m ()
Exported types
Constructors
| Rectangle (ForeignPtr Rectangle) |
Instances
| BoxedObject Rectangle Source # | |
| (~) AttrOpTag tag AttrSet => Constructible Rectangle tag Source # | |
| ((~) * info (ResolveRectangleMethod t Rectangle), MethodInfo * info Rectangle p) => IsLabel t (Rectangle -> p) Source # | |
| ((~) * info (ResolveRectangleMethod t Rectangle), MethodInfo * info Rectangle p) => IsLabelProxy t (Rectangle -> p) Source # | |
| HasAttributeList * Rectangle Source # | |
| type AttributeList Rectangle Source # | |
newZeroRectangle :: MonadIO m => m Rectangle Source #
Construct a Rectangle struct initialized to zero.
Properties
Height
rectangleHeight :: AttrLabelProxy "height" Source #
Width
rectangleWidth :: AttrLabelProxy "width" Source #
X
rectangleX :: AttrLabelProxy "x" Source #
Y
rectangleY :: AttrLabelProxy "y" Source #