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

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

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

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

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

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

  7. applicationWindowGetShowMenubar :: (HasCallStack, MonadIO m, IsApplicationWindow a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.ApplicationWindow

    Returns whether the window will display a menubar for the app menu and menubar as needed. Since: 3.4

  8. applicationWindowSetShowMenubar :: (HasCallStack, MonadIO m, IsApplicationWindow a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ApplicationWindow

    Sets whether the window will display a menubar for the app menu and menubar as needed. Since: 3.4

  9. constructApplicationWindowShowMenubar :: (IsApplicationWindow o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.ApplicationWindow

    Construct a GValueConstruct with valid value for the “show-menubar” property. This is rarely needed directly, but it is used by new.

  10. getApplicationWindowShowMenubar :: (MonadIO m, IsApplicationWindow o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.ApplicationWindow

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

    get applicationWindow #showMenubar
    

Page 311 of many | Previous | Next