Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. appChooserWidgetGetShowOther :: (HasCallStack, MonadIO m, IsAppChooserWidget a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

    Returns the current value of the AppChooserWidget:showOther property. Since: 3.0

  2. appChooserWidgetGetShowRecommended :: (HasCallStack, MonadIO m, IsAppChooserWidget a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

    Returns the current value of the AppChooserWidget:showRecommended property. Since: 3.0

  3. appChooserWidgetSetShowAll :: (HasCallStack, MonadIO m, IsAppChooserWidget a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

    Sets whether the app chooser should show all applications in a flat list. Since: 3.0

  4. appChooserWidgetSetShowDefault :: (HasCallStack, MonadIO m, IsAppChooserWidget a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

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

  5. appChooserWidgetSetShowFallback :: (HasCallStack, MonadIO m, IsAppChooserWidget a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

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

  6. appChooserWidgetSetShowOther :: (HasCallStack, MonadIO m, IsAppChooserWidget a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

    Sets whether the app chooser should show applications which are unrelated to the content type. Since: 3.0

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

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

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

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

Page 310 of many | Previous | Next