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