gi-gtk-4.0.12: Gtk 4.x bindings (compatibility layer)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.CClosureExpression

Description

This is a backwards-compatibility module re-exporting the contents of the GI.Gtk.Objects.CClosureExpression module in the gi-gtk4 package.

The link below will take you to the relevant entry in the gi-gtk4 documentation.

Documentation

newtype CClosureExpression #

Instances

Instances details
Eq CClosureExpression 
Instance details

Defined in GI.Gtk.Objects.CClosureExpression

BoxedPtr CClosureExpression 
Instance details

Defined in GI.Gtk.Objects.CClosureExpression

ManagedPtrNewtype CClosureExpression 
Instance details

Defined in GI.Gtk.Objects.CClosureExpression

TypedObject CClosureExpression 
Instance details

Defined in GI.Gtk.Objects.CClosureExpression

Methods

glibType :: IO GType #

HasParentTypes CClosureExpression 
Instance details

Defined in GI.Gtk.Objects.CClosureExpression

(info ~ ResolveCClosureExpressionMethod t CClosureExpression, OverloadedMethod info CClosureExpression p, HasField t CClosureExpression p) => HasField (t :: Symbol) CClosureExpression p 
Instance details

Defined in GI.Gtk.Objects.CClosureExpression

(info ~ ResolveCClosureExpressionMethod t CClosureExpression, OverloadedMethodInfo info CClosureExpression) => IsLabel t (MethodProxy info CClosureExpression) 
Instance details

Defined in GI.Gtk.Objects.CClosureExpression

Methods

fromLabel :: MethodProxy info CClosureExpression

(info ~ ResolveCClosureExpressionMethod t CClosureExpression, OverloadedMethod info CClosureExpression p) => IsLabel t (CClosureExpression -> p) 
Instance details

Defined in GI.Gtk.Objects.CClosureExpression

type ParentTypes CClosureExpression 
Instance details

Defined in GI.Gtk.Objects.CClosureExpression

type ParentTypes CClosureExpression = '[Expression]

class (BoxedPtr o, TypedObject o, IsDescendantOf CClosureExpression o) => IsCClosureExpression o #

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf CClosureExpression o) => IsCClosureExpression o 
Instance details

Defined in GI.Gtk.Objects.CClosureExpression

cClosureExpressionNew :: (HasCallStack, MonadIO m) => GType -> Maybe ClosureMarshal -> [Expression] -> Callback -> m CClosureExpression #