Signal

GtkActionGroup::disconnect-proxy

deprecated: 3.10 since: 2.4

Declaration

void
disconnect_proxy (
  GtkActionGroup* self,
  GtkAction* action,
  GtkWidget* proxy,
  gpointer user_data
)

Description [src]

The ::disconnect-proxy signal is emitted after disconnecting a proxy from an action in the group.

GtkUIManager proxies the signal and provides global notification just before any action is connected to a proxy, which is probably more convenient to use.

Default handler:
Available since: 2.4
Deprecated since: 3.10

Please do not use it in newly written code.

Parameters

action

Type: GtkAction

The action.

The data is owned by the caller of the function.
proxy

Type: GtkWidget

The proxy.

The data is owned by the caller of the function.