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.
setDragSourceActions :: (MonadIO m, IsDragSource o) => o -> [DragAction] -> m ()gi-gtk4 GI.Gtk.Objects.DragSource Set the value of the “actions” property. When overloading is enabled, this is equivalent to
set dragSource [ #actions := value ]
setDragSourceContent :: (MonadIO m, IsDragSource o, IsContentProvider a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.DragSource Set the value of the “content” property. When overloading is enabled, this is equivalent to
set dragSource [ #content := value ]
setDrawingAreaContentHeight :: (MonadIO m, IsDrawingArea o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.DrawingArea Set the value of the “content-height” property. When overloading is enabled, this is equivalent to
set drawingArea [ #contentHeight := value ]
setDrawingAreaContentWidth :: (MonadIO m, IsDrawingArea o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.DrawingArea Set the value of the “content-width” property. When overloading is enabled, this is equivalent to
set drawingArea [ #contentWidth := value ]
setDropDownEnableSearch :: (MonadIO m, IsDropDown o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.DropDown Set the value of the “enable-search” property. When overloading is enabled, this is equivalent to
set dropDown [ #enableSearch := value ]
setDropDownExpression :: (MonadIO m, IsDropDown o, IsExpression a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.DropDown Set the value of the “expression” property. When overloading is enabled, this is equivalent to
set dropDown [ #expression := value ]
setDropDownFactory :: (MonadIO m, IsDropDown o, IsListItemFactory a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.DropDown Set the value of the “factory” property. When overloading is enabled, this is equivalent to
set dropDown [ #factory := value ]
setDropDownHeaderFactory :: (MonadIO m, IsDropDown o, IsListItemFactory a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.DropDown Set the value of the “header-factory” property. When overloading is enabled, this is equivalent to
set dropDown [ #headerFactory := value ]
setDropDownListFactory :: (MonadIO m, IsDropDown o, IsListItemFactory a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.DropDown Set the value of the “list-factory” property. When overloading is enabled, this is equivalent to
set dropDown [ #listFactory := value ]
setDropDownModel :: (MonadIO m, IsDropDown o, IsListModel a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.DropDown Set the value of the “model” property. When overloading is enabled, this is equivalent to
set dropDown [ #model := value ]