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.
setAdjustmentValue :: (MonadIO m, IsAdjustment o) => o -> Double -> m ()gi-gtk4 GI.Gtk.Objects.Adjustment Set the value of the “value” property. When overloading is enabled, this is equivalent to
set adjustment [ #value := value ]
setAlertDialogButtons :: (MonadIO m, IsAlertDialog o) => o -> [Text] -> m ()gi-gtk4 GI.Gtk.Objects.AlertDialog Set the value of the “buttons” property. When overloading is enabled, this is equivalent to
set alertDialog [ #buttons := value ]
setAlertDialogCancelButton :: (MonadIO m, IsAlertDialog o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.AlertDialog Set the value of the “cancel-button” property. When overloading is enabled, this is equivalent to
set alertDialog [ #cancelButton := value ]
setAlertDialogDefaultButton :: (MonadIO m, IsAlertDialog o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.AlertDialog Set the value of the “default-button” property. When overloading is enabled, this is equivalent to
set alertDialog [ #defaultButton := value ]
setAlertDialogDetail :: (MonadIO m, IsAlertDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.AlertDialog Set the value of the “detail” property. When overloading is enabled, this is equivalent to
set alertDialog [ #detail := value ]
setAlertDialogMessage :: (MonadIO m, IsAlertDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.AlertDialog Set the value of the “message” property. When overloading is enabled, this is equivalent to
set alertDialog [ #message := value ]
setAlertDialogModal :: (MonadIO m, IsAlertDialog o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.AlertDialog Set the value of the “modal” property. When overloading is enabled, this is equivalent to
set alertDialog [ #modal := value ]
setAppChooserButtonHeading :: (MonadIO m, IsAppChooserButton o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.AppChooserButton Set the value of the “heading” property. When overloading is enabled, this is equivalent to
set appChooserButton [ #heading := value ]
setAppChooserButtonModal :: (MonadIO m, IsAppChooserButton o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.AppChooserButton Set the value of the “modal” property. When overloading is enabled, this is equivalent to
set appChooserButton [ #modal := value ]
setAppChooserButtonShowDefaultItem :: (MonadIO m, IsAppChooserButton o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.AppChooserButton Set the value of the “show-default-item” property. When overloading is enabled, this is equivalent to
set appChooserButton [ #showDefaultItem := value ]