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.
setWindowAttrVisual :: MonadIO m => WindowAttr -> Ptr Visual -> m ()gi-gdk3 GI.Gdk.Structs.WindowAttr Set the value of the “visual” field. When overloading is enabled, this is equivalent to
set windowAttr [ #visual := value ]
setWindowAttrWclass :: MonadIO m => WindowAttr -> WindowWindowClass -> m ()gi-gdk3 GI.Gdk.Structs.WindowAttr Set the value of the “wclass” field. When overloading is enabled, this is equivalent to
set windowAttr [ #wclass := value ]
setWindowAttrWidth :: MonadIO m => WindowAttr -> Int32 -> m ()gi-gdk3 GI.Gdk.Structs.WindowAttr Set the value of the “width” field. When overloading is enabled, this is equivalent to
set windowAttr [ #width := value ]
setWindowAttrWindowType :: MonadIO m => WindowAttr -> WindowType -> m ()gi-gdk3 GI.Gdk.Structs.WindowAttr Set the value of the “window_type” field. When overloading is enabled, this is equivalent to
set windowAttr [ #windowType := value ]
setWindowAttrWmclassClass :: MonadIO m => WindowAttr -> CString -> m ()gi-gdk3 GI.Gdk.Structs.WindowAttr Set the value of the “wmclass_class” field. When overloading is enabled, this is equivalent to
set windowAttr [ #wmclassClass := value ]
setWindowAttrWmclassName :: MonadIO m => WindowAttr -> CString -> m ()gi-gdk3 GI.Gdk.Structs.WindowAttr Set the value of the “wmclass_name” field. When overloading is enabled, this is equivalent to
set windowAttr [ #wmclassName := value ]
setWindowAttrX :: MonadIO m => WindowAttr -> Int32 -> m ()gi-gdk3 GI.Gdk.Structs.WindowAttr Set the value of the “x” field. When overloading is enabled, this is equivalent to
set windowAttr [ #x := value ]
setWindowAttrY :: MonadIO m => WindowAttr -> Int32 -> m ()gi-gdk3 GI.Gdk.Structs.WindowAttr Set the value of the “y” field. When overloading is enabled, this is equivalent to
set windowAttr [ #y := value ]
setEventType :: MonadIO m => Event -> EventType -> m ()gi-gdk3 GI.Gdk.Unions.Event Set the value of the “type” field. When overloading is enabled, this is equivalent to
set event [ #type := value ]
setDim :: Int -> Int -> [Int] -> [Int]harpie Harpie.Shape replace an index at a specific dimension, or transform a scalar into being 1-dimensional.
>>> setDim 0 1 [2,3,4] [1,3,4] >>> setDim 0 3 [] [3]