atkComponentRemoveFocusHandler {RGtk2}R Documentation

atkComponentRemoveFocusHandler

Description

Remove the handler specified by handler.id from the list of functions to be executed when this object receives focus events (in or out).

Usage

atkComponentRemoveFocusHandler(object, handler.id)

Arguments

object [AtkComponent] the AtkComponent to remove the focus handler from
handler.id [numeric] the handler id of the focus handler to be removed from component

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]