diff options
| author | George Hazan <ghazan@miranda.im> | 2022-02-16 17:23:59 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-02-16 17:23:59 +0300 |
| commit | 58896c67fdc310f5501990afd758da23ff64d3c0 (patch) | |
| tree | b54a2fb79bf33f43e190337345c13538b1400dd0 /include | |
| parent | 94e76a5c75a16273ac41fd1692d103b15b5dd092 (diff) | |
fixes #3033 ("Gap between buttons" option is broken)
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_message.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_message.h b/include/m_message.h index 08694e5bd0..731314d8a1 100644 --- a/include/m_message.h +++ b/include/m_message.h @@ -251,6 +251,9 @@ EXTERN_C MIR_APP_DLL(int) Srmm_ModifyButton(BBButton *bbdi); // returns 0 on success and nonzero value otherwise
EXTERN_C MIR_APP_DLL(int) Srmm_RemoveButton(BBButton *bbdi);
+// gets a gab between buttons in a toolbar
+EXTERN_C MIR_APP_DLL(int) Srmm_GetButtonGap();
+
// retrieves data from a toolbar button to a structure
// returns 0 on success and nonzero value otherwise
EXTERN_C MIR_APP_DLL(int) Srmm_GetButtonState(HWND hwndDlg, BBButton *bbdi);
|
