Gtk.Widget.CanActivateAccel Method
Determines whether an accelerator that activates the signal identified by signal_id can currently be activated.

Syntax

public bool CanActivateAccel (uint signal_id)

Parameters

signal_id
a uint, a signal ID (XXX: API: should this really work this way?)

Returns

a bool, true if the accelerator can be activated.

Remarks

This is done by emitting the Widget.CanActivateAccel signal on the widget; if the signal isn't overridden by a handler or in a derived widget, then the default check is that the widget must be sensitive, and the widget and all its ancestors mapped.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Since: Gtk# 2.4