-
Notifications
You must be signed in to change notification settings - Fork 3
2017 API dlibrary.vectorworks.ActivePluginDoubleClickBehaviour
Dieter Geerts edited this page Sep 24, 2016
·
1 revision
Decorator to set the double click behaviour for an event-enabled plug-in.
The function which we decorate will execute first, to enable extra initialization prior to the callback.
- object The most base type
__init__(self, behaviour: 'DoubleClickBehaviourEnum', event_handler: '() ->
None'=None)