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

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

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

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

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

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

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

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

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

    get appChooserWidget #showRecommended
    

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

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

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

    set appChooserWidget [ #showAll := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

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

    set appChooserWidget [ #showDefault := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

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

    set appChooserWidget [ #showFallback := value ]
    

Page 311 of many | Previous | Next