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

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

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

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

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

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

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

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

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

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

Page 630 of many | Previous | Next