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.
setComboBoxRowSpanColumn :: (MonadIO m, IsComboBox o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.ComboBox Set the value of the “row-span-column” property. When overloading is enabled, this is equivalent to
set comboBox [ #rowSpanColumn := value ]
setComboBoxTearoffTitle :: (MonadIO m, IsComboBox o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.ComboBox Set the value of the “tearoff-title” property. When overloading is enabled, this is equivalent to
set comboBox [ #tearoffTitle := value ]
setComboBoxWrapWidth :: (MonadIO m, IsComboBox o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.ComboBox Set the value of the “wrap-width” property. When overloading is enabled, this is equivalent to
set comboBox [ #wrapWidth := value ]
setContainerBorderWidth :: (MonadIO m, IsContainer o) => o -> Word32 -> m ()gi-gtk3 GI.Gtk.Objects.Container Set the value of the “border-width” property. When overloading is enabled, this is equivalent to
set container [ #borderWidth := value ]
setContainerChild :: (MonadIO m, IsContainer o, IsWidget a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.Container Set the value of the “child” property. When overloading is enabled, this is equivalent to
set container [ #child := value ]
setContainerResizeMode :: (MonadIO m, IsContainer o) => o -> ResizeMode -> m ()gi-gtk3 GI.Gtk.Objects.Container Set the value of the “resize-mode” property. When overloading is enabled, this is equivalent to
set container [ #resizeMode := value ]
setEntryActivatesDefault :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk3 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-gtk3 GI.Gtk.Objects.Entry Set the value of the “attributes” property. When overloading is enabled, this is equivalent to
set entry [ #attributes := value ]
setEntryBuffer :: (MonadIO m, IsEntry o, IsEntryBuffer a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.Entry Set the value of the “buffer” property. When overloading is enabled, this is equivalent to
set entry [ #buffer := value ]
setEntryCapsLockWarning :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Entry Set the value of the “caps-lock-warning” property. When overloading is enabled, this is equivalent to
set entry [ #capsLockWarning := value ]