WidgetClass.installAction

This should be called at class initialization time to specify actions to be added for all instances of this class.

Actions installed by this function are stateless. The only state they have is whether they are enabled or not.

class WidgetClass
void
installAction

Parameters

actionName string

a prefixed action name, such as "clipboard.paste"

parameterType string

the parameter type, or %NULL

activate GtkWidgetActionActivateFunc

callback to use when the action is activated

Meta