gtkActionDisconnectProxy {RGtk2} | R Documentation |
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.
gtkActionDisconnectProxy(object, proxy)
|
the action object |
|
the proxy widget |
Since 2.4
Derived by RGtkGen from GTK+ documentation