atkObjectConnectPropertyChangeHandler {RGtk2}R Documentation

atkObjectConnectPropertyChangeHandler

Description

Specifies a function to be called when a property changes value.

Usage

atkObjectConnectPropertyChangeHandler(object, handler)

Arguments

object

[AtkObject] an AtkObject

handler

[AtkPropertyChangeHandler] a function to be called when a property changes its value

Value

[numeric] a

numeric
which is the handler id used in atkObjectRemovePropertyChangeHandler

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]