gi-gtksource-3.0.20: GtkSource 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.GtkSource.Objects.StyleSchemeChooserButton

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype StyleSchemeChooserButton Source #

Memory-managed wrapper type.

Instances
GObject StyleSchemeChooserButton Source # 
Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserButton

Methods

gobjectType :: IO GType

HasParentTypes StyleSchemeChooserButton Source # 
Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserButton

type ParentTypes StyleSchemeChooserButton Source # 
Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserButton

type ParentTypes StyleSchemeChooserButton = Button ': (Bin ': (Container ': (Widget ': (Object ': (ImplementorIface ': (Actionable ': (Activatable ': (Buildable ': (StyleSchemeChooser ': ([] :: [Type]))))))))))

class (GObject o, IsDescendantOf StyleSchemeChooserButton o) => IsStyleSchemeChooserButton o Source #

Type class for types which can be safely cast to StyleSchemeChooserButton, for instance with toStyleSchemeChooserButton.

Instances
(GObject o, IsDescendantOf StyleSchemeChooserButton o) => IsStyleSchemeChooserButton o Source # 
Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserButton

toStyleSchemeChooserButton :: (MonadIO m, IsStyleSchemeChooserButton o) => o -> m StyleSchemeChooserButton Source #

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

Methods

new