Function
GtkActivateActionget
Declaration [src]
GtkShortcutAction*
gtk_activate_action_get (
void
)
Description [src]
Gets the activate action.
This is an action that calls gtk_widget_activate()
on the given widget upon activation.
Return value
Type: GtkActivateAction
The activate action.
The data is owned by the called function. |