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