Hoogle Search

Within LTS Haskell 24.52 (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-gtk4 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. setAppChooserDialogHeading :: (MonadIO m, IsAppChooserDialog o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.AppChooserDialog

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

    set appChooserDialog [ #heading := value ]
    

  3. setAppChooserWidgetDefaultText :: (MonadIO m, IsAppChooserWidget o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.AppChooserWidget

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

    set appChooserWidget [ #defaultText := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.AppChooserWidget

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

    set appChooserWidget [ #showAll := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.AppChooserWidget

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

    set appChooserWidget [ #showDefault := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.AppChooserWidget

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

    set appChooserWidget [ #showFallback := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.AppChooserWidget

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

    set appChooserWidget [ #showOther := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.AppChooserWidget

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

    set appChooserWidget [ #showRecommended := value ]
    

  9. setApplicationMenubar :: (MonadIO m, IsApplication o, IsMenuModel a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.Application

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

    set application [ #menubar := value ]
    

  10. setApplicationRegisterSession :: (MonadIO m, IsApplication o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Application

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

    set application [ #registerSession := value ]
    

Page 609 of many | Previous | Next