diff options
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);
|