List mouseMove
From TrillWiki
For owner drawn list entries, this will be sent everytime the mouse moves within your area.
Compatibility: 1.0 and higher
Contents |
Syntax
callback(int window_id, char *icontrol, "list_mouseMove", POINT *point, void *userData);
Note that all Trillian functions and notifications begin with a lower-case letter, despite the Wiki requirement that all pages start with a capital letter.
Parameters
List mouseMove utilitizes the NONE structure.
There is no structure used for this function or notification. For functions, the parameter passed to plugin_send should be a NULL. For notifications, the 'data' field may still contain a parameter, but it will not be a structure; if so, it will be detailed below.
- point
- The location of the mouse with the origin set as the upper left of the list entry.
Return Value
Must return 0.
Remarks
Will only be sent on owner drawn list entries.
See also: listAddEntry
