ActionGroup.addOnDisconnectProxy

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

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

class ActionGroup
gulong
addOnDisconnectProxy
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Meta