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.
setFlowBoxMaxChildrenPerLine :: (MonadIO m, IsFlowBox o) => o -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “max-children-per-line” property. When overloading is enabled, this is equivalent to
set flowBox [ #maxChildrenPerLine := value ]
setFlowBoxMinChildrenPerLine :: (MonadIO m, IsFlowBox o) => o -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “min-children-per-line” property. When overloading is enabled, this is equivalent to
set flowBox [ #minChildrenPerLine := value ]
setFlowBoxRowSpacing :: (MonadIO m, IsFlowBox o) => o -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “row-spacing” property. When overloading is enabled, this is equivalent to
set flowBox [ #rowSpacing := value ]
setFlowBoxSelectionMode :: (MonadIO m, IsFlowBox o) => o -> SelectionMode -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “selection-mode” property. When overloading is enabled, this is equivalent to
set flowBox [ #selectionMode := value ]
setFontButtonFontName :: (MonadIO m, IsFontButton o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “font-name” property. When overloading is enabled, this is equivalent to
set fontButton [ #fontName := value ]
setFontButtonShowSize :: (MonadIO m, IsFontButton o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “show-size” property. When overloading is enabled, this is equivalent to
set fontButton [ #showSize := value ]
setFontButtonShowStyle :: (MonadIO m, IsFontButton o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “show-style” property. When overloading is enabled, this is equivalent to
set fontButton [ #showStyle := value ]
setFontButtonTitle :: (MonadIO m, IsFontButton o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “title” property. When overloading is enabled, this is equivalent to
set fontButton [ #title := value ]
setFontButtonUseFont :: (MonadIO m, IsFontButton o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “use-font” property. When overloading is enabled, this is equivalent to
set fontButton [ #useFont := value ]
setFontButtonUseSize :: (MonadIO m, IsFontButton o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “use-size” property. When overloading is enabled, this is equivalent to
set fontButton [ #useSize := value ]