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.StyleSchemeChooserWidget

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype StyleSchemeChooserWidget Source #

Memory-managed wrapper type.

Instances
GObject StyleSchemeChooserWidget Source # 
Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserWidget

Methods

gobjectType :: IO GType

HasParentTypes StyleSchemeChooserWidget Source # 
Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserWidget

type ParentTypes StyleSchemeChooserWidget Source # 
Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserWidget

type ParentTypes StyleSchemeChooserWidget = Bin ': (Container ': (Widget ': (Object ': (ImplementorIface ': (Buildable ': (StyleSchemeChooser ': ([] :: [Type])))))))

class (GObject o, IsDescendantOf StyleSchemeChooserWidget o) => IsStyleSchemeChooserWidget o Source #

Type class for types which can be safely cast to StyleSchemeChooserWidget, for instance with toStyleSchemeChooserWidget.

Instances
(GObject o, IsDescendantOf StyleSchemeChooserWidget o) => IsStyleSchemeChooserWidget o Source # 
Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserWidget

toStyleSchemeChooserWidget :: (MonadIO m, IsStyleSchemeChooserWidget o) => o -> m StyleSchemeChooserWidget Source #

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

Methods

new