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

    gi-gtk3 GI.Gtk.Objects.AppChooserButton

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

    set appChooserButton [ #showDialogItem := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

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

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

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

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

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

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

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

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

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

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

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

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

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

Page 309 of many | Previous | Next