gi-gtksource-3.0.23: GtkSource bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.GtkSource.Objects.StyleSchemeChooserWidget

Description

No description available in the introspection data.

Synopsis

Exported types

newtype StyleSchemeChooserWidget Source #

Memory-managed wrapper type.

Instances

Instances details
Eq StyleSchemeChooserWidget Source # 
Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserWidget

GObject StyleSchemeChooserWidget Source # 
Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserWidget

ManagedPtrNewtype StyleSchemeChooserWidget Source # 
Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserWidget

TypedObject StyleSchemeChooserWidget Source # 
Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserWidget

Methods

glibType :: IO GType

IsGValue StyleSchemeChooserWidget Source #

Convert StyleSchemeChooserWidget to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserWidget

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]

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

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

Overloaded methods

new

styleSchemeChooserWidgetNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m StyleSchemeChooserWidget

Returns: a new StyleSchemeChooserWidget.

Creates a new StyleSchemeChooserWidget.

Since: 3.16