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

    gi-gtk3 GI.Gtk.Objects.Action

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

    set action [ #alwaysShowImage := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.AppChooserButton

    Returns the current value of the AppChooserButton:showDefaultItem property. Since: 3.2

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

    gi-gtk3 GI.Gtk.Objects.AppChooserButton

    Returns the current value of the AppChooserButton:showDialogItem property. Since: 3.0

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

    gi-gtk3 GI.Gtk.Objects.AppChooserButton

    Sets whether the dropdown menu of this button should show the default application for the given content type at top. Since: 3.2

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

    gi-gtk3 GI.Gtk.Objects.AppChooserButton

    Sets whether the dropdown menu of this button should show an entry to trigger a AppChooserDialog. Since: 3.0

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

    gi-gtk3 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-gtk3 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-gtk3 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-gtk3 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-gtk3 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 308 of many | Previous | Next