mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 16:42:48 +02:00
LCL: CM_DESIGNHITTEST is for custom controls and does not need to be implemented by the LCL
git-svn-id: trunk@27940 -
This commit is contained in:
parent
a1e50cfc99
commit
b0feaa262a
@ -262,7 +262,7 @@ const
|
|||||||
CM_SHOWINGCHANGED = CM_BASE + 25;
|
CM_SHOWINGCHANGED = CM_BASE + 25;
|
||||||
CM_ENTER = CM_BASE + 26;
|
CM_ENTER = CM_BASE + 26;
|
||||||
CM_EXIT = CM_BASE + 27;
|
CM_EXIT = CM_BASE + 27;
|
||||||
CM_DESIGNHITTEST = CM_BASE + 28;
|
CM_DESIGNHITTEST = CM_BASE + 28; // implemented by custom controls
|
||||||
CM_ICONCHANGED = CM_BASE + 29;
|
CM_ICONCHANGED = CM_BASE + 29;
|
||||||
CM_WANTSPECIALKEY = CM_BASE + 30;
|
CM_WANTSPECIALKEY = CM_BASE + 30;
|
||||||
CM_INVOKEHELP = CM_BASE + 31 unimplemented;
|
CM_INVOKEHELP = CM_BASE + 31 unimplemented;
|
||||||
|
Loading…
Reference in New Issue
Block a user