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. setCheckButtonInconsistent :: (MonadIO m, IsCheckButton o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.CheckButton

    Set the value of the “inconsistent” property. When overloading is enabled, this is equivalent to

    set checkButton [ #inconsistent := value ]
    

  2. setCheckButtonLabel :: (MonadIO m, IsCheckButton o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.CheckButton

    Set the value of the “label” property. When overloading is enabled, this is equivalent to

    set checkButton [ #label := value ]
    

  3. setCheckButtonUseUnderline :: (MonadIO m, IsCheckButton o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.CheckButton

    Set the value of the “use-underline” property. When overloading is enabled, this is equivalent to

    set checkButton [ #useUnderline := value ]
    

  4. setColorButtonModal :: (MonadIO m, IsColorButton o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.ColorButton

    Set the value of the “modal” property. When overloading is enabled, this is equivalent to

    set colorButton [ #modal := value ]
    

  5. setColorButtonShowEditor :: (MonadIO m, IsColorButton o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.ColorButton

    Set the value of the “show-editor” property. When overloading is enabled, this is equivalent to

    set colorButton [ #showEditor := value ]
    

  6. setColorButtonTitle :: (MonadIO m, IsColorButton o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.ColorButton

    Set the value of the “title” property. When overloading is enabled, this is equivalent to

    set colorButton [ #title := value ]
    

  7. setColorChooserDialogShowEditor :: (MonadIO m, IsColorChooserDialog o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.ColorChooserDialog

    Set the value of the “show-editor” property. When overloading is enabled, this is equivalent to

    set colorChooserDialog [ #showEditor := value ]
    

  8. setColorChooserWidgetShowEditor :: (MonadIO m, IsColorChooserWidget o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.ColorChooserWidget

    Set the value of the “show-editor” property. When overloading is enabled, this is equivalent to

    set colorChooserWidget [ #showEditor := value ]
    

  9. setColorDialogModal :: (MonadIO m, IsColorDialog o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.ColorDialog

    Set the value of the “modal” property. When overloading is enabled, this is equivalent to

    set colorDialog [ #modal := value ]
    

  10. setColorDialogTitle :: (MonadIO m, IsColorDialog o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.ColorDialog

    Set the value of the “title” property. When overloading is enabled, this is equivalent to

    set colorDialog [ #title := value ]
    

Page 624 of many | Previous | Next