Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
alertDialogShow :: (HasCallStack, MonadIO m, IsAlertDialog a, IsWindow b) => a -> Maybe b -> m ()gi-gtk4 GI.Gtk.Objects.AlertDialog Show the alert to the user. This function is a simple version of alertDialogChoose intended for dialogs with a single button. If you want to cancel the dialog or if the alert has more than one button, you should use that function instead and provide it with a Cancellable or callback respectively. Since: 4.10
appChooserButtonGetShowDefaultItem :: (HasCallStack, MonadIO m, IsAppChooserButton a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.AppChooserButton Deprecated: (Since version 4.10)This widget will be removed in GTK 5
appChooserButtonGetShowDialogItem :: (HasCallStack, MonadIO m, IsAppChooserButton a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.AppChooserButton Deprecated: (Since version 4.10)This widget will be removed in GTK 5
-
gi-gtk4 GI.Gtk.Objects.AppChooserButton Deprecated: (Since version 4.10)This widget will be removed in GTK 5
-
gi-gtk4 GI.Gtk.Objects.AppChooserButton Deprecated: (Since version 4.10)This widget will be removed in GTK 5
-
gi-gtk4 GI.Gtk.Objects.AppChooserButton Construct a GValueConstruct with valid value for the “show-default-item” property. This is rarely needed directly, but it is used by new.
-
gi-gtk4 GI.Gtk.Objects.AppChooserButton Construct a GValueConstruct with valid value for the “show-dialog-item” property. This is rarely needed directly, but it is used by new.
getAppChooserButtonShowDefaultItem :: (MonadIO m, IsAppChooserButton o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.AppChooserButton Get the value of the “show-default-item” property. When overloading is enabled, this is equivalent to
get appChooserButton #showDefaultItem
getAppChooserButtonShowDialogItem :: (MonadIO m, IsAppChooserButton o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.AppChooserButton Get the value of the “show-dialog-item” property. When overloading is enabled, this is equivalent to
get appChooserButton #showDialogItem
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 ]