Hoogle Search

Within Stackage Nightly 2026-06-25 (ghc-9.12.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setFileFilterInfoDisplayName :: MonadIO m => FileFilterInfo -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “display_name” field. When overloading is enabled, this is equivalent to

    set fileFilterInfo [ #displayName := value ]
    

  2. setFileFilterInfoFilename :: MonadIO m => FileFilterInfo -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “filename” field. When overloading is enabled, this is equivalent to

    set fileFilterInfo [ #filename := value ]
    

  3. setFileFilterInfoMimeType :: MonadIO m => FileFilterInfo -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “mime_type” field. When overloading is enabled, this is equivalent to

    set fileFilterInfo [ #mimeType := value ]
    

  4. setFileFilterInfoUri :: MonadIO m => FileFilterInfo -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “uri” field. When overloading is enabled, this is equivalent to

    set fileFilterInfo [ #uri := value ]
    

  5. setFixedChildWidget :: MonadIO m => FixedChild -> Ptr Widget -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “widget” field. When overloading is enabled, this is equivalent to

    set fixedChild [ #widget := value ]
    

  6. setFixedChildX :: MonadIO m => FixedChild -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “x” field. When overloading is enabled, this is equivalent to

    set fixedChild [ #x := value ]
    

  7. setFixedChildY :: MonadIO m => FixedChild -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “y” field. When overloading is enabled, this is equivalent to

    set fixedChild [ #y := value ]
    

  8. setFlowBoxActivateOnSingleClick :: (MonadIO m, IsFlowBox o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “activate-on-single-click” property. When overloading is enabled, this is equivalent to

    set flowBox [ #activateOnSingleClick := value ]
    

  9. setFlowBoxColumnSpacing :: (MonadIO m, IsFlowBox o) => o -> Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “column-spacing” property. When overloading is enabled, this is equivalent to

    set flowBox [ #columnSpacing := value ]
    

  10. setFlowBoxHomogeneous :: (MonadIO m, IsFlowBox o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “homogeneous” property. When overloading is enabled, this is equivalent to

    set flowBox [ #homogeneous := value ]
    

Page 110 of many | Previous | Next