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

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

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

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

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

    set appChooserWidget [ #showOther := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.AppChooserWidget

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

    set appChooserWidget [ #showRecommended := value ]
    

  5. setApplicationAppMenu :: (MonadIO m, IsApplication o, IsMenuModel a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Application

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

    set application [ #appMenu := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Application

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

    set application [ #menubar := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Application

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

    set application [ #registerSession := value ]
    

  8. setApplicationWindowShowMenubar :: (MonadIO m, IsApplicationWindow o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ApplicationWindow

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

    set applicationWindow [ #showMenubar := value ]
    

  9. setArrowArrowType :: (MonadIO m, IsArrow o) => o -> ArrowType -> m ()

    gi-gtk3 GI.Gtk.Objects.Arrow

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

    set arrow [ #arrowType := value ]
    

  10. setArrowShadowType :: (MonadIO m, IsArrow o) => o -> ShadowType -> m ()

    gi-gtk3 GI.Gtk.Objects.Arrow

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

    set arrow [ #shadowType := value ]
    

Page 487 of many | Previous | Next