gtkActionBlockActivateFrom {RGtk2}R Documentation

gtkActionBlockActivateFrom

Description

Disables calls to the gtkActionActivate function by signals on the given proxy widget. This is used to break notification loops for things like check or radio actions.

Usage

gtkActionBlockActivateFrom(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]