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. setEditableXalign :: (MonadIO m, IsEditable o) => o -> Float -> m ()

    gi-gtk4 GI.Gtk.Interfaces.Editable

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

    set editable [ #xalign := value ]
    

  2. setFileChooserAction :: (MonadIO m, IsFileChooser o) => o -> FileChooserAction -> m ()

    gi-gtk4 GI.Gtk.Interfaces.FileChooser

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

    set fileChooser [ #action := value ]
    

  3. setFileChooserCreateFolders :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Interfaces.FileChooser

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

    set fileChooser [ #createFolders := value ]
    

  4. setFileChooserFilter :: (MonadIO m, IsFileChooser o, IsFileFilter a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Interfaces.FileChooser

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

    set fileChooser [ #filter := value ]
    

  5. setFileChooserSelectMultiple :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Interfaces.FileChooser

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

    set fileChooser [ #selectMultiple := value ]
    

  6. setFontChooserFont :: (MonadIO m, IsFontChooser o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Interfaces.FontChooser

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

    set fontChooser [ #font := value ]
    

  7. setFontChooserFontDesc :: (MonadIO m, IsFontChooser o) => o -> FontDescription -> m ()

    gi-gtk4 GI.Gtk.Interfaces.FontChooser

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

    set fontChooser [ #fontDesc := value ]
    

  8. setFontChooserLanguage :: (MonadIO m, IsFontChooser o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Interfaces.FontChooser

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

    set fontChooser [ #language := value ]
    

  9. setFontChooserLevel :: (MonadIO m, IsFontChooser o) => o -> [FontChooserLevel] -> m ()

    gi-gtk4 GI.Gtk.Interfaces.FontChooser

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

    set fontChooser [ #level := value ]
    

  10. setFontChooserPreviewText :: (MonadIO m, IsFontChooser o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Interfaces.FontChooser

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

    set fontChooser [ #previewText := value ]
    

Page 604 of many | Previous | Next