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. appChooserWidgetSetShowRecommended :: (HasCallStack, MonadIO m, IsAppChooserWidget a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

    Sets whether the app chooser should show recommended applications for the content type in a separate section. Since: 3.0

  2. constructAppChooserWidgetShowAll :: (IsAppChooserWidget o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

    Construct a GValueConstruct with valid value for the “show-all” property. This is rarely needed directly, but it is used by new.

  3. constructAppChooserWidgetShowDefault :: (IsAppChooserWidget o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

    Construct a GValueConstruct with valid value for the “show-default” property. This is rarely needed directly, but it is used by new.

  4. constructAppChooserWidgetShowFallback :: (IsAppChooserWidget o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

    Construct a GValueConstruct with valid value for the “show-fallback” property. This is rarely needed directly, but it is used by new.

  5. constructAppChooserWidgetShowOther :: (IsAppChooserWidget o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

    Construct a GValueConstruct with valid value for the “show-other” property. This is rarely needed directly, but it is used by new.

  6. constructAppChooserWidgetShowRecommended :: (IsAppChooserWidget o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

    Construct a GValueConstruct with valid value for the “show-recommended” property. This is rarely needed directly, but it is used by new.

  7. getAppChooserWidgetShowAll :: (MonadIO m, IsAppChooserWidget o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

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

    get appChooserWidget #showAll
    

  8. getAppChooserWidgetShowDefault :: (MonadIO m, IsAppChooserWidget o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

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

    get appChooserWidget #showDefault
    

  9. getAppChooserWidgetShowFallback :: (MonadIO m, IsAppChooserWidget o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

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

    get appChooserWidget #showFallback
    

  10. getAppChooserWidgetShowOther :: (MonadIO m, IsAppChooserWidget o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

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

    get appChooserWidget #showOther
    

Page 310 of many | Previous | Next