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