Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
flat Flat.Encoder No documentation available.
-
flat Flat.Encoder No documentation available.
-
flat Flat.Encoder.Prim No documentation available.
-
flat Flat.Encoder.Size No documentation available.
-
flat Flat.Encoder.Strict No documentation available.
-
flat Flat.Encoder.Strict No documentation available.
class (GObject o, IsDescendantOf BooleanCellAccessible o) =>
IsBooleanCellAccessible ogi-gtk3 GI.Gtk.Objects.BooleanCellAccessible Type class for types which can be safely cast to BooleanCellAccessible, for instance with toBooleanCellAccessible.
toBooleanCellAccessible :: (MonadIO m, IsBooleanCellAccessible o) => o -> m BooleanCellAccessiblegi-gtk3 GI.Gtk.Objects.BooleanCellAccessible Cast to BooleanCellAccessible, for types for which this is known to be safe. For general casts, use castTo.
printSettingsGetBool :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m Boolgi-gtk3 GI.Gtk.Objects.PrintSettings Returns the boolean represented by the value that is associated with key. The string “true” represents True, any other string False. Since: 2.10
printSettingsSetBool :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.PrintSettings Sets key to a boolean value. Since: 2.10