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

GI.Gtk.Objects.ObjectExpression

Description

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

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

Documentation

newtype ObjectExpression #

Instances

Instances details
Eq ObjectExpression 
Instance details

Defined in GI.Gtk.Objects.ObjectExpression

BoxedPtr ObjectExpression 
Instance details

Defined in GI.Gtk.Objects.ObjectExpression

ManagedPtrNewtype ObjectExpression 
Instance details

Defined in GI.Gtk.Objects.ObjectExpression

TypedObject ObjectExpression 
Instance details

Defined in GI.Gtk.Objects.ObjectExpression

Methods

glibType :: IO GType #

HasParentTypes ObjectExpression 
Instance details

Defined in GI.Gtk.Objects.ObjectExpression

(info ~ ResolveObjectExpressionMethod t ObjectExpression, OverloadedMethod info ObjectExpression p, HasField t ObjectExpression p) => HasField (t :: Symbol) ObjectExpression p 
Instance details

Defined in GI.Gtk.Objects.ObjectExpression

Methods

getField :: ObjectExpression -> p

(info ~ ResolveObjectExpressionMethod t ObjectExpression, OverloadedMethodInfo info ObjectExpression) => IsLabel t (MethodProxy info ObjectExpression) 
Instance details

Defined in GI.Gtk.Objects.ObjectExpression

Methods

fromLabel :: MethodProxy info ObjectExpression

(info ~ ResolveObjectExpressionMethod t ObjectExpression, OverloadedMethod info ObjectExpression p) => IsLabel t (ObjectExpression -> p) 
Instance details

Defined in GI.Gtk.Objects.ObjectExpression

type ParentTypes ObjectExpression 
Instance details

Defined in GI.Gtk.Objects.ObjectExpression

type ParentTypes ObjectExpression = '[Expression]

class (BoxedPtr o, TypedObject o, IsDescendantOf ObjectExpression o) => IsObjectExpression o #

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ObjectExpression o) => IsObjectExpression o 
Instance details

Defined in GI.Gtk.Objects.ObjectExpression

data ObjectExpressionGetObjectMethodInfo #

Instances

Instances details
(signature ~ m (Maybe Object), MonadIO m, IsObjectExpression a) => OverloadedMethod ObjectExpressionGetObjectMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ObjectExpression

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ObjectExpressionGetObjectMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ObjectExpression

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

objectExpressionGetObject :: (HasCallStack, MonadIO m, IsObjectExpression a) => a -> m (Maybe Object) #

objectExpressionNew :: (HasCallStack, MonadIO m, IsObject a) => a -> m ObjectExpression #