diff options
Diffstat (limited to 'include/m_button_int.h')
-rw-r--r-- | include/m_button_int.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/include/m_button_int.h b/include/m_button_int.h index f40a83ced7..9bdd651731 100644 --- a/include/m_button_int.h +++ b/include/m_button_int.h @@ -44,13 +44,14 @@ struct MButtonCtrl TCHAR cHot;
HWND hwndToolTips;
- bool 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
+
pfnPainterFunc fnPainter; // custom button painter
IAccPropServices* pAccPropServices;
|