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

    gi-gtk3 GI.Gtk.Objects.FontButton

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

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

    gi-gtk3 GI.Gtk.Objects.FontButton

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

  3. fontButtonGetShowSize :: (HasCallStack, MonadIO m, IsFontButton a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.FontButton

    Returns whether the font size will be shown in the label. Since: 2.4

  4. fontButtonGetShowStyle :: (HasCallStack, MonadIO m, IsFontButton a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.FontButton

    Returns whether the name of the font style will be shown in the label. Since: 2.4

  5. fontButtonSetShowSize :: (HasCallStack, MonadIO m, IsFontButton a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.FontButton

    If showSize is True, the font size will be displayed along with the name of the selected font. Since: 2.4

  6. fontButtonSetShowStyle :: (HasCallStack, MonadIO m, IsFontButton a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.FontButton

    If showStyle is True, the font style will be displayed along with name of the selected font. Since: 2.4

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

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

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

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

Page 316 of many | Previous | Next