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. setConstraintGuideMinWidth :: (MonadIO m, IsConstraintGuide o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.ConstraintGuide

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

    set constraintGuide [ #minWidth := value ]
    

  2. setConstraintGuideName :: (MonadIO m, IsConstraintGuide o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.ConstraintGuide

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

    set constraintGuide [ #name := value ]
    

  3. setConstraintGuideNatHeight :: (MonadIO m, IsConstraintGuide o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.ConstraintGuide

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

    set constraintGuide [ #natHeight := value ]
    

  4. setConstraintGuideNatWidth :: (MonadIO m, IsConstraintGuide o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.ConstraintGuide

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

    set constraintGuide [ #natWidth := value ]
    

  5. setConstraintGuideStrength :: (MonadIO m, IsConstraintGuide o) => o -> ConstraintStrength -> m ()

    gi-gtk4 GI.Gtk.Objects.ConstraintGuide

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

    set constraintGuide [ #strength := value ]
    

  6. setDirectoryListAttributes :: (MonadIO m, IsDirectoryList o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.DirectoryList

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

    set directoryList [ #attributes := value ]
    

  7. setDirectoryListFile :: (MonadIO m, IsDirectoryList o, IsFile a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.DirectoryList

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

    set directoryList [ #file := value ]
    

  8. setDirectoryListIoPriority :: (MonadIO m, IsDirectoryList o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.DirectoryList

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

    set directoryList [ #ioPriority := value ]
    

  9. setDirectoryListMonitored :: (MonadIO m, IsDirectoryList o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.DirectoryList

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

    set directoryList [ #monitored := value ]
    

  10. setDragIconChild :: (MonadIO m, IsDragIcon o, IsWidget a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.DragIcon

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

    set dragIcon [ #child := value ]
    

Page 629 of many | Previous | Next