gi-gtk-3.0.27: Gtk bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.ScaleButtonAccessible

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ScaleButtonAccessible Source #

Memory-managed wrapper type.

Constructors

ScaleButtonAccessible (ManagedPtr ScaleButtonAccessible) 

class GObject o => IsScaleButtonAccessible o Source #

Type class for types which can be safely cast to ScaleButtonAccessible, for instance with toScaleButtonAccessible.

Instances
(GObject a, (UnknownAncestorError ScaleButtonAccessible a :: Constraint)) => IsScaleButtonAccessible a Source # 
Instance details

Defined in GI.Gtk.Objects.ScaleButtonAccessible

IsScaleButtonAccessible ScaleButtonAccessible Source # 
Instance details

Defined in GI.Gtk.Objects.ScaleButtonAccessible

toScaleButtonAccessible :: (MonadIO m, IsScaleButtonAccessible o) => o -> m ScaleButtonAccessible Source #

Cast to ScaleButtonAccessible, for types for which this is known to be safe. For general casts, use castTo.

noScaleButtonAccessible :: Maybe ScaleButtonAccessible Source #

A convenience alias for Nothing :: Maybe ScaleButtonAccessible.