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. setDropDownSearchMatchMode :: (MonadIO m, IsDropDown o) => o -> StringFilterMatchMode -> m ()

    gi-gtk4 GI.Gtk.Objects.DropDown

    Set the value of the “search-match-mode” property. When overloading is enabled, this is equivalent to

    set dropDown [ #searchMatchMode := value ]
    

  2. setDropDownSelected :: (MonadIO m, IsDropDown o) => o -> Word32 -> m ()

    gi-gtk4 GI.Gtk.Objects.DropDown

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

    set dropDown [ #selected := value ]
    

  3. setDropDownShowArrow :: (MonadIO m, IsDropDown o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.DropDown

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

    set dropDown [ #showArrow := value ]
    

  4. setDropTargetActions :: (MonadIO m, IsDropTarget o) => o -> [DragAction] -> m ()

    gi-gtk4 GI.Gtk.Objects.DropTarget

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

    set dropTarget [ #actions := value ]
    

  5. setDropTargetPreload :: (MonadIO m, IsDropTarget o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.DropTarget

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

    set dropTarget [ #preload := value ]
    

  6. setDropTargetAsyncActions :: (MonadIO m, IsDropTargetAsync o) => o -> [DragAction] -> m ()

    gi-gtk4 GI.Gtk.Objects.DropTargetAsync

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

    set dropTargetAsync [ #actions := value ]
    

  7. setDropTargetAsyncFormats :: (MonadIO m, IsDropTargetAsync o) => o -> ContentFormats -> m ()

    gi-gtk4 GI.Gtk.Objects.DropTargetAsync

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

    set dropTargetAsync [ #formats := value ]
    

  8. setEditableLabelEditing :: (MonadIO m, IsEditableLabel o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.EditableLabel

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

    set editableLabel [ #editing := value ]
    

  9. setEntryActivatesDefault :: (MonadIO m, IsEntry o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Entry

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

    set entry [ #activatesDefault := value ]
    

  10. setEntryAttributes :: (MonadIO m, IsEntry o) => o -> AttrList -> m ()

    gi-gtk4 GI.Gtk.Objects.Entry

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

    set entry [ #attributes := value ]
    

Page 631 of many | Previous | Next