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.

  1. 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 ]
    

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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]
    

Page 430 of many | Previous | Next