gi-gtk-3.0.30: Gtk bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
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) 
Instances
GObject ScaleButtonAccessible Source # 
Instance details

Defined in GI.Gtk.Objects.ScaleButtonAccessible

Methods

gobjectType :: IO GType

HasParentTypes ScaleButtonAccessible Source # 
Instance details

Defined in GI.Gtk.Objects.ScaleButtonAccessible

type ParentTypes ScaleButtonAccessible Source # 
Instance details

Defined in GI.Gtk.Objects.ScaleButtonAccessible

type ParentTypes ScaleButtonAccessible = ButtonAccessible ': (ContainerAccessible ': (WidgetAccessible ': (Accessible ': (Object ': (Object ': (Action ': (Component ': (Image ': (Value ': ([] :: [Type]))))))))))

class (GObject o, IsDescendantOf ScaleButtonAccessible o) => IsScaleButtonAccessible o Source #

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

Instances
(GObject o, IsDescendantOf ScaleButtonAccessible o) => IsScaleButtonAccessible o 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.