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

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

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

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

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

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

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

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

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

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

Page 111 of many | Previous | Next