Signal

GtkUIManager::connect-proxy

deprecated: 3.10 since: 2.4

Declaration

void
connect_proxy (
  GtkUIManager* self,
  GtkAction* action,
  GtkWidget* proxy,
  gpointer user_data
)

Description [src]

The ::connect-proxy signal is emitted after connecting a proxy to an action in the group.

This is intended for simple customizations for which a custom action class would be too clumsy, e.g. showing tooltips for menuitems in the statusbar.

Default handler:

The default handler is called before the handlers added via g_signal_connect().

Signal emission will restart instead of recursing
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.