gtk.callback_action

Module for [CallbackAction] class

Types 3

A [gtk.shortcut_action.ShortcutAction] that invokes a callback.

Methods
GType _gType() @property
CallbackAction self()Returns `this`, for use in `with` statements.
CallbackActionGidBuilder builder()Get builder for [gtk.callback_action.CallbackAction] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
this(gtk.types.ShortcutFunc callback = null)Create a custom action that calls the given callback when activated.

Fluent builder for [gtk.callback_action.CallbackAction]