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. setFlowBoxRowSpacing :: (MonadIO m, IsFlowBox o) => o -> Word32 -> m ()

    gi-gtk4 GI.Gtk.Objects.FlowBox

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

    set flowBox [ #rowSpacing := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.FlowBox

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

    set flowBox [ #selectionMode := value ]
    

  3. setFlowBoxChildChild :: (MonadIO m, IsFlowBoxChild o, IsWidget a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.FlowBoxChild

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

    set flowBoxChild [ #child := value ]
    

  4. setFontButtonModal :: (MonadIO m, IsFontButton o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.FontButton

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

    set fontButton [ #modal := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.FontButton

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

    set fontButton [ #title := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.FontButton

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

    set fontButton [ #useFont := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.FontButton

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

    set fontButton [ #useSize := value ]
    

  8. setFontDialogFilter :: (MonadIO m, IsFontDialog o, IsFilter a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.FontDialog

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

    set fontDialog [ #filter := value ]
    

  9. setFontDialogFontMap :: (MonadIO m, IsFontDialog o, IsFontMap a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.FontDialog

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

    set fontDialog [ #fontMap := value ]
    

  10. setFontDialogLanguage :: (MonadIO m, IsFontDialog o) => o -> Language -> m ()

    gi-gtk4 GI.Gtk.Objects.FontDialog

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

    set fontDialog [ #language := value ]
    

Page 640 of many | Previous | Next