Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setRectangleWidth :: MonadIO m => Rectangle -> Int32 -> m ()gi-gdk3 GI.Gdk.Structs.Rectangle Set the value of the “width” field. When overloading is enabled, this is equivalent to
set rectangle [ #width := value ]
setRectangleX :: MonadIO m => Rectangle -> Int32 -> m ()gi-gdk3 GI.Gdk.Structs.Rectangle Set the value of the “x” field. When overloading is enabled, this is equivalent to
set rectangle [ #x := value ]
setRectangleY :: MonadIO m => Rectangle -> Int32 -> m ()gi-gdk3 GI.Gdk.Structs.Rectangle Set the value of the “y” field. When overloading is enabled, this is equivalent to
set rectangle [ #y := value ]
setTimeCoordTime :: MonadIO m => TimeCoord -> Word32 -> m ()gi-gdk3 GI.Gdk.Structs.TimeCoord Set the value of the “time” field. When overloading is enabled, this is equivalent to
set timeCoord [ #time := value ]
setWindowAttrCursor :: MonadIO m => WindowAttr -> Ptr Cursor -> m ()gi-gdk3 GI.Gdk.Structs.WindowAttr Set the value of the “cursor” field. When overloading is enabled, this is equivalent to
set windowAttr [ #cursor := value ]
setWindowAttrEventMask :: MonadIO m => WindowAttr -> Int32 -> m ()gi-gdk3 GI.Gdk.Structs.WindowAttr Set the value of the “event_mask” field. When overloading is enabled, this is equivalent to
set windowAttr [ #eventMask := value ]
setWindowAttrHeight :: MonadIO m => WindowAttr -> Int32 -> m ()gi-gdk3 GI.Gdk.Structs.WindowAttr Set the value of the “height” field. When overloading is enabled, this is equivalent to
set windowAttr [ #height := value ]
setWindowAttrOverrideRedirect :: MonadIO m => WindowAttr -> Bool -> m ()gi-gdk3 GI.Gdk.Structs.WindowAttr Set the value of the “override_redirect” field. When overloading is enabled, this is equivalent to
set windowAttr [ #overrideRedirect := value ]
setWindowAttrTitle :: MonadIO m => WindowAttr -> CString -> m ()gi-gdk3 GI.Gdk.Structs.WindowAttr Set the value of the “title” field. When overloading is enabled, this is equivalent to
set windowAttr [ #title := value ]
setWindowAttrTypeHint :: MonadIO m => WindowAttr -> WindowTypeHint -> m ()gi-gdk3 GI.Gdk.Structs.WindowAttr Set the value of the “type_hint” field. When overloading is enabled, this is equivalent to
set windowAttr [ #typeHint := value ]