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.
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.
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.
fontButtonGetShowSize :: (HasCallStack, MonadIO m, IsFontButton a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.FontButton Returns whether the font size will be shown in the label. Since: 2.4
fontButtonGetShowStyle :: (HasCallStack, MonadIO m, IsFontButton a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.FontButton Returns whether the name of the font style will be shown in the label. Since: 2.4
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
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
getFontButtonShowSize :: (MonadIO m, IsFontButton o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.FontButton Get the value of the “show-size” property. When overloading is enabled, this is equivalent to
get fontButton #showSize
getFontButtonShowStyle :: (MonadIO m, IsFontButton o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.FontButton Get the value of the “show-style” property. When overloading is enabled, this is equivalent to
get fontButton #showStyle
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 ]
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 ]