summaryrefslogtreecommitdiff
path: root/include/delphi/m_button_int.inc
diff options
context:
space:
mode:
authorAlexey Kulakov <panda75@bk.ru>2014-03-28 20:15:45 +0000
committerAlexey Kulakov <panda75@bk.ru>2014-03-28 20:15:45 +0000
commit1ef0329818e7ae30435f4c94d21862c7750f5601 (patch)
tree0cee1172022e75d0fe4b7aa746abbf9d3a1d2437 /include/delphi/m_button_int.inc
parent20f4a5534324ba89fa08f2a6948b1400547c9362 (diff)
Miranda API update
Watrack: LastFM dialog crash fix git-svn-id: http://svn.miranda-ng.org/main/trunk@8780 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_button_int.inc')
-rw-r--r--include/delphi/m_button_int.inc15
1 files changed, 8 insertions, 7 deletions
diff --git a/include/delphi/m_button_int.inc b/include/delphi/m_button_int.inc
index cd44eb33d6..a81d21ae9b 100644
--- a/include/delphi/m_button_int.inc
+++ b/include/delphi/m_button_int.inc
@@ -45,13 +45,14 @@ type
cHot:WideChar;
hwndToolTips:HWND;
- bIsPushBtn, // button has two states
- bIsPushed, // is button pushed or not
- bIsDefault, // default button
- bIsFlat, // flat button
- bIsThemed, // themed button
- bIsSkinned: // skinned button
- bool;
+ bIsPushBtn, // button has two states
+ bIsPushed, // is button pushed or not
+ bIsDefault, // default button
+ bIsFlat, // flat button
+ bIsThemed, // themed button
+ bIsSkinned, // skinned button
+ bSendOnDown: // sends BN_CLICKED on WM_LBUTTONDOWN
+ ByteBool;
fnPainter:pfnPainterFunc; // custom button painter
pAccPropServices:^IAccPropServices;