gtkActionDisconnectProxy {RGtk2}R Documentation

gtkActionDisconnectProxy

Description

Disconnects a proxy widget from an action. Does not destroy the widget, however. WARNING: gtk_action_disconnect_proxy has been deprecated since version 2.16 and should not be used in newly-written code. Use gtkActivatableSetRelatedAction instead.

Usage

gtkActionDisconnectProxy(object, proxy)

Arguments

object

the action object

proxy

the proxy widget

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]