diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-06 19:17:08 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-06 19:17:08 +0300 |
commit | 0637ba6920b7e7b3ef2b8fd8450d90262ac77649 (patch) | |
tree | 649e0e087aeaf61057ae4761bdada63ab27c2c33 /include/delphi/m_clistint.inc | |
parent | f405614ff4d91b0374759dc2cca5814c3d064a57 (diff) |
CLIST_INTERFACE::pfnSetGroupChildCheckboxes => Clist_SetGroupChildCheckboxes
Diffstat (limited to 'include/delphi/m_clistint.inc')
-rw-r--r-- | include/delphi/m_clistint.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc index 12cef06989..5079e17b15 100644 --- a/include/delphi/m_clistint.inc +++ b/include/delphi/m_clistint.inc @@ -361,7 +361,7 @@ type pfnGetFontSetting : procedure (i:int; var lf:LOGFONT; var colour:COLORREF); cdecl;
pfnLoadClcOptions : procedure (hwnd:HWND; var dat:TClcData; bFirst: int); cdecl;
pfnRecalculateGroupCheckboxes : procedure (hwnd:HWND; var dat:TClcData); cdecl;
- pfnSetGroupChildCheckboxes : procedure (var group:TClcGroup; checked:int); cdecl;
+ blablablabla5 : procedure; cdecl;
blablablabla4 : procedure; cdecl;
pfnGetRowBottomY : function (var dat:TClcData; item:int):int; cdecl;
|