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

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

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

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

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

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

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

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

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

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

Page 309 of many | Previous | Next