gtkActionUnblockActivateFrom {RGtk2}R Documentation

gtkActionUnblockActivateFrom

Description

Re-enables calls to the gtkActionActivate function by signals on the given proxy widget. This undoes the blocking done by gtkActionBlockActivateFrom.

Usage

gtkActionUnblockActivateFrom(object, proxy)

Arguments

object [GtkAction] the action object
proxy [GtkWidget] a proxy widget

Details

This function is intended for use by action implementations.

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]