gi-gtk-4.0.5: Gtk bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Gtk.Objects.ParamSpecExpression

Description

A GParamSpec for properties holding a GtkExpression.

Synopsis

Exported types

class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecExpression o) => IsParamSpecExpression o Source #

Type class for types which can be safely cast to ParamSpecExpression, for instance with toParamSpecExpression.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecExpression o) => IsParamSpecExpression o Source # 
Instance details

Defined in GI.Gtk.Objects.ParamSpecExpression

toParamSpecExpression :: (MonadIO m, IsParamSpecExpression o) => o -> m ParamSpecExpression Source #

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

Methods

Click to display all available methods, including inherited ones

Expand

Methods

sink, stealQdata.

Getters

getBlurb, getDefaultValue, getName, getNameQuark, getNick, getQdata, getRedirectTarget.

Setters

setQdata.