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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype StyleSchemeChooserButton Source #

Memory-managed wrapper type.

Instances

Instances details
Eq StyleSchemeChooserButton Source # 
Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserButton

GObject StyleSchemeChooserButton Source # 
Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserButton

ManagedPtrNewtype StyleSchemeChooserButton Source # 
Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserButton

TypedObject StyleSchemeChooserButton Source # 
Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserButton

Methods

glibType :: IO GType

IsGValue StyleSchemeChooserButton Source #

Convert StyleSchemeChooserButton to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.GtkSource.Objects.StyleSchemeChooserButton

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]

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

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

Overloaded methods

new

styleSchemeChooserButtonNew Source #

Arguments

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

Returns: a new StyleSchemeChooserButton.

Creates a new StyleSchemeChooserButton.

Since: 3.16