gtk.callback_action

Module for [CallbackAction] class

Types 3

A gtk.shortcut_action.ShortcutAction that invokes a callback.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
CallbackAction self() nothrowReturns `this`, for use in `with` statements.
CallbackActionGidBuilder builder() static nothrowGet 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.
Methods
CallbackAction build() nothrowCreate object from builder. Returns: New object