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.

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

  2. appChooserButtonGetShowDefaultItem :: (HasCallStack, MonadIO m, IsAppChooserButton a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.AppChooserButton

    Deprecated: (Since version 4.10)This widget will be removed in GTK 5

  3. appChooserButtonGetShowDialogItem :: (HasCallStack, MonadIO m, IsAppChooserButton a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.AppChooserButton

    Deprecated: (Since version 4.10)This widget will be removed in GTK 5

  4. appChooserButtonSetShowDefaultItem :: (HasCallStack, MonadIO m, IsAppChooserButton a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.AppChooserButton

    Deprecated: (Since version 4.10)This widget will be removed in GTK 5

  5. appChooserButtonSetShowDialogItem :: (HasCallStack, MonadIO m, IsAppChooserButton a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.AppChooserButton

    Deprecated: (Since version 4.10)This widget will be removed in GTK 5

  6. constructAppChooserButtonShowDefaultItem :: (IsAppChooserButton o, MonadIO m) => Bool -> m (GValueConstruct o)

    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.

  7. constructAppChooserButtonShowDialogItem :: (IsAppChooserButton o, MonadIO m) => Bool -> m (GValueConstruct o)

    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.

  8. getAppChooserButtonShowDefaultItem :: (MonadIO m, IsAppChooserButton o) => o -> m Bool

    gi-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
    

  9. getAppChooserButtonShowDialogItem :: (MonadIO m, IsAppChooserButton o) => o -> m Bool

    gi-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
    

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

Page 334 of many | Previous | Next