Method

GtkActionget_proxies

deprecated: 3.10 since: 2.4

Declaration [src]

GSList*
gtk_action_get_proxies (
  GtkAction* action
)

Description [src]

Returns the proxy widgets for an action. See also gtk_activatable_get_related_action().

Available since: 2.4

Deprecated since: 3.10

Please do not use it in newly written code.

Return value

Type: A list of GtkWidget*

A GSList of proxy widgets. The list is owned by GTK+ and must not be modified.

The returned data is owned by the instance.