gi-gtk-3.0.32: Gtk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.ScaleButtonAccessible

Description

No description available in the introspection data.

Synopsis

Exported types

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

Instances details
(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.

Methods

Overloaded methods