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.
setEntryCompletionPopupSetWidth :: (MonadIO m, IsEntryCompletion o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.EntryCompletion Set the value of the “popup-set-width” property. When overloading is enabled, this is equivalent to
set entryCompletion [ #popupSetWidth := value ]
setEntryCompletionPopupSingleMatch :: (MonadIO m, IsEntryCompletion o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.EntryCompletion Set the value of the “popup-single-match” property. When overloading is enabled, this is equivalent to
set entryCompletion [ #popupSingleMatch := value ]
setEntryCompletionTextColumn :: (MonadIO m, IsEntryCompletion o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.EntryCompletion Set the value of the “text-column” property. When overloading is enabled, this is equivalent to
set entryCompletion [ #textColumn := value ]
setEventControllerName :: (MonadIO m, IsEventController o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.EventController Set the value of the “name” property. When overloading is enabled, this is equivalent to
set eventController [ #name := value ]
-
gi-gtk4 GI.Gtk.Objects.EventController Set the value of the “propagation-limit” property. When overloading is enabled, this is equivalent to
set eventController [ #propagationLimit := value ]
-
gi-gtk4 GI.Gtk.Objects.EventController Set the value of the “propagation-phase” property. When overloading is enabled, this is equivalent to
set eventController [ #propagationPhase := value ]
-
gi-gtk4 GI.Gtk.Objects.EventControllerScroll Set the value of the “flags” property. When overloading is enabled, this is equivalent to
set eventControllerScroll [ #flags := value ]
setExpanderChild :: (MonadIO m, IsExpander o, IsWidget a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.Expander Set the value of the “child” property. When overloading is enabled, this is equivalent to
set expander [ #child := value ]
setExpanderExpanded :: (MonadIO m, IsExpander o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Expander Set the value of the “expanded” property. When overloading is enabled, this is equivalent to
set expander [ #expanded := value ]
setExpanderLabel :: (MonadIO m, IsExpander o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.Expander Set the value of the “label” property. When overloading is enabled, this is equivalent to
set expander [ #label := value ]