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.
setActionableActionName :: (MonadIO m, IsActionable o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Interfaces.Actionable Set the value of the “action-name” property. When overloading is enabled, this is equivalent to
set actionable [ #actionName := value ]
setActionableActionTarget :: (MonadIO m, IsActionable o) => o -> GVariant -> m ()gi-gtk4 GI.Gtk.Interfaces.Actionable Set the value of the “action-target” property. When overloading is enabled, this is equivalent to
set actionable [ #actionTarget := value ]
setCellEditableEditingCanceled :: (MonadIO m, IsCellEditable o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Interfaces.CellEditable Set the value of the “editing-canceled” property. When overloading is enabled, this is equivalent to
set cellEditable [ #editingCanceled := value ]
setColorChooserRgba :: (MonadIO m, IsColorChooser o) => o -> RGBA -> m ()gi-gtk4 GI.Gtk.Interfaces.ColorChooser Set the value of the “rgba” property. When overloading is enabled, this is equivalent to
set colorChooser [ #rgba := value ]
setColorChooserUseAlpha :: (MonadIO m, IsColorChooser o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Interfaces.ColorChooser Set the value of the “use-alpha” property. When overloading is enabled, this is equivalent to
set colorChooser [ #useAlpha := value ]
setEditableEditable :: (MonadIO m, IsEditable o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Interfaces.Editable Set the value of the “editable” property. When overloading is enabled, this is equivalent to
set editable [ #editable := value ]
setEditableEnableUndo :: (MonadIO m, IsEditable o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Interfaces.Editable Set the value of the “enable-undo” property. When overloading is enabled, this is equivalent to
set editable [ #enableUndo := value ]
setEditableMaxWidthChars :: (MonadIO m, IsEditable o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Interfaces.Editable Set the value of the “max-width-chars” property. When overloading is enabled, this is equivalent to
set editable [ #maxWidthChars := value ]
setEditableText :: (MonadIO m, IsEditable o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Interfaces.Editable Set the value of the “text” property. When overloading is enabled, this is equivalent to
set editable [ #text := value ]
setEditableWidthChars :: (MonadIO m, IsEditable o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Interfaces.Editable Set the value of the “width-chars” property. When overloading is enabled, this is equivalent to
set editable [ #widthChars := value ]