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

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

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

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

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

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

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

  8. buttonGetAlwaysShowImage :: (HasCallStack, MonadIO m, IsButton a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.Button

    Returns whether the button will ignore the Settings:gtkButtonImages setting and always show the image, if available. Since: 3.6

  9. buttonSetAlwaysShowImage :: (HasCallStack, MonadIO m, IsButton a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Button

    If True, the button will ignore the Settings:gtkButtonImages setting and always show the image, if available. Use this property if the button would be useless or hard to use without the image. Since: 3.6

  10. constructButtonAlwaysShowImage :: (IsButton o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Button

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

Page 312 of many | Previous | Next