summaryrefslogtreecommitdiff
path: root/include/m_button.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-19 18:48:35 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-19 18:48:35 +0000
commit3b3bdf6af13a209838d2a99efdc23bfd35f02f3d (patch)
treed538b7816d8a968ace9ec7a6920b46215e74a7a5 /include/m_button.h
parenteb8ccdb0ad9e2c508f425b2b25a6eb1e25644461 (diff)
tabSRMM button sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@486 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_button.h')
-rw-r--r--include/m_button.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/m_button.h b/include/m_button.h
index 2e8f9e4cf9..503c435cf6 100644
--- a/include/m_button.h
+++ b/include/m_button.h
@@ -56,13 +56,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// Only works on MButtonClass buttons
#define BUTTONSETASFLATBTN (WM_USER+4)
-// Sets the button type as a flat button without borders v0.3.3+
-// wParam = TRUE/FALSE default on/off
-// lParam = not used
-// Usage: SendMessage(hwndbutton, BUTTONSETASFLATBTN, 1, 0);
-// Only works on MButtonClass buttons
-#define BUTTONSETASTHEMEDBTN (WM_USER+5)
-
// Sets a tooltip for the button v0.3.3+
// wParam = (WPARAM)(char *)szTip
// lParam = not used
@@ -76,5 +69,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define BUTTONADDTOOLTIP (WM_USER+5)
+// Sets the button type as a flat button without borders v0.3.3+
+// wParam = TRUE/FALSE default on/off
+// lParam = not used
+// Usage: SendMessage(hwndbutton, BUTTONSETASFLATBTN, 1, 0);
+// Only works on MButtonClass buttons
+#define BUTTONSETASTHEMEDBTN (WM_USER+6)
+
#endif // M_BUTTON_H__