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.
setOrientableOrientation :: (MonadIO m, IsOrientable o) => o -> Orientation -> m ()gi-gtk3 GI.Gtk.Interfaces.Orientable Set the value of the “orientation” property. When overloading is enabled, this is equivalent to
set orientable [ #orientation := value ]
setRecentChooserFilter :: (MonadIO m, IsRecentChooser o, IsRecentFilter a) => o -> a -> m ()gi-gtk3 GI.Gtk.Interfaces.RecentChooser Set the value of the “filter” property. When overloading is enabled, this is equivalent to
set recentChooser [ #filter := value ]
setRecentChooserLimit :: (MonadIO m, IsRecentChooser o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Interfaces.RecentChooser Set the value of the “limit” property. When overloading is enabled, this is equivalent to
set recentChooser [ #limit := value ]
setRecentChooserLocalOnly :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Interfaces.RecentChooser Set the value of the “local-only” property. When overloading is enabled, this is equivalent to
set recentChooser [ #localOnly := value ]
setRecentChooserSelectMultiple :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Interfaces.RecentChooser Set the value of the “select-multiple” property. When overloading is enabled, this is equivalent to
set recentChooser [ #selectMultiple := value ]
setRecentChooserShowIcons :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Interfaces.RecentChooser Set the value of the “show-icons” property. When overloading is enabled, this is equivalent to
set recentChooser [ #showIcons := value ]
setRecentChooserShowNotFound :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Interfaces.RecentChooser Set the value of the “show-not-found” property. When overloading is enabled, this is equivalent to
set recentChooser [ #showNotFound := value ]
setRecentChooserShowPrivate :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Interfaces.RecentChooser Set the value of the “show-private” property. When overloading is enabled, this is equivalent to
set recentChooser [ #showPrivate := value ]
setRecentChooserShowTips :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Interfaces.RecentChooser Set the value of the “show-tips” property. When overloading is enabled, this is equivalent to
set recentChooser [ #showTips := value ]
setRecentChooserSortType :: (MonadIO m, IsRecentChooser o) => o -> RecentSortType -> m ()gi-gtk3 GI.Gtk.Interfaces.RecentChooser Set the value of the “sort-type” property. When overloading is enabled, this is equivalent to
set recentChooser [ #sortType := value ]