#cp.config.textDroppedToDockIconCallback
Text Dropped to Dock Icon Callback
#API Overview
Methods - API calls which can only be made on an object returned by a constructor
#API Documentation
#Methods
Signature | cp.config.textDroppedToDockIconCallback:callbackFn() -> function |
Type | Method |
Description | Returns the callbackFn of the current Text Dropped to Dock Icon Callback |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/extensions/cp/config/init.lua line 497 |
Signature | cp.config.textDroppedToDockIconCallback:get(id) -> table |
Type | Method |
Description | Creates a new Text Dropped to Dock Icon Callback. |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/extensions/cp/config/init.lua line 458 |
Signature | cp.config.textDroppedToDockIconCallback:getAll() -> table |
Type | Method |
Description | Returns all of the created Text Dropped to Dock Icon Callbacks |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/extensions/cp/config/init.lua line 471 |
Signature | cp.config.textDroppedToDockIconCallback:id() -> string |
Type | Method |
Description | Returns the ID of the current Text Dropped to Dock Icon Callback |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/extensions/cp/config/init.lua line 484 |
Signature | cp.config.textDroppedToDockIconCallback:new(id, callbackFn) -> table |
Type | Method |
Description | Creates a new Text Dropped to Dock Icon Callback. |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/extensions/cp/config/init.lua line 431 |