Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

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

    gi-gtk3 GI.Gtk.Objects.FlowBox

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

    set flowBox [ #homogeneous := value ]
    

  2. setFlowBoxMaxChildrenPerLine :: (MonadIO m, IsFlowBox o) => o -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Objects.FlowBox

    Set the value of the “max-children-per-line” property. When overloading is enabled, this is equivalent to

    set flowBox [ #maxChildrenPerLine := value ]
    

  3. setFlowBoxMinChildrenPerLine :: (MonadIO m, IsFlowBox o) => o -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Objects.FlowBox

    Set the value of the “min-children-per-line” property. When overloading is enabled, this is equivalent to

    set flowBox [ #minChildrenPerLine := value ]
    

  4. setFlowBoxRowSpacing :: (MonadIO m, IsFlowBox o) => o -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Objects.FlowBox

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

    set flowBox [ #rowSpacing := value ]
    

  5. setFlowBoxSelectionMode :: (MonadIO m, IsFlowBox o) => o -> SelectionMode -> m ()

    gi-gtk3 GI.Gtk.Objects.FlowBox

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

    set flowBox [ #selectionMode := value ]
    

  6. setFontButtonFontName :: (MonadIO m, IsFontButton o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.FontButton

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

    set fontButton [ #fontName := value ]
    

  7. setFontButtonShowSize :: (MonadIO m, IsFontButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.FontButton

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

    set fontButton [ #showSize := value ]
    

  8. setFontButtonShowStyle :: (MonadIO m, IsFontButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.FontButton

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

    set fontButton [ #showStyle := value ]
    

  9. setFontButtonTitle :: (MonadIO m, IsFontButton o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.FontButton

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

    set fontButton [ #title := value ]
    

  10. setFontButtonUseFont :: (MonadIO m, IsFontButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.FontButton

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

    set fontButton [ #useFont := value ]
    

Page 512 of many | Previous | Next