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. getFontButtonShowSize :: (MonadIO m, IsFontButton o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.FontButton

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

    get fontButton #showSize
    

  2. getFontButtonShowStyle :: (MonadIO m, IsFontButton o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.FontButton

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

    get fontButton #showStyle
    

  3. setFontButtonShowSize :: (MonadIO m, IsFontButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.FontButton

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

    set fontButton [ #showSize := value ]
    

  4. setFontButtonShowStyle :: (MonadIO m, IsFontButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.FontButton

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

    set fontButton [ #showStyle := value ]
    

  5. constructHeaderBarShowCloseButton :: (IsHeaderBar o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.HeaderBar

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

  6. getHeaderBarShowCloseButton :: (MonadIO m, IsHeaderBar o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.HeaderBar

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

    get headerBar #showCloseButton
    

  7. headerBarGetShowCloseButton :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Returns whether this header bar shows the standard window decorations. Since: 3.10

  8. headerBarSetShowCloseButton :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Sets whether this header bar shows the standard window decorations, including close, maximize, and minimize. Since: 3.10

  9. setHeaderBarShowCloseButton :: (MonadIO m, IsHeaderBar o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.HeaderBar

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

    set headerBar [ #showCloseButton := value ]
    

  10. constructImageMenuItemAlwaysShowImage :: (IsImageMenuItem o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.ImageMenuItem

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

Page 316 of many | Previous | Next