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

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

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

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

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

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

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

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

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

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

Page 603 of many | Previous | Next