diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-12 11:36:30 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-12 11:36:30 +0300 |
commit | 9ebce88570a82cb4099a5e35f1861dcff9eb1a05 (patch) | |
tree | 84c55dec6c8575a92cbb8c860b407954bb2b00da | |
parent | 15dcbca30f52e8e4d7844f116d854ebdece90a46 (diff) |
sync for pascal headers
-rw-r--r-- | plugins/ExternalAPI/delphi/m_msg_buttonsbar.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/delphi/m_msg_buttonsbar.inc b/plugins/ExternalAPI/delphi/m_msg_buttonsbar.inc index 58fa0bfa04..d3649bdc7f 100644 --- a/plugins/ExternalAPI/delphi/m_msg_buttonsbar.inc +++ b/plugins/ExternalAPI/delphi/m_msg_buttonsbar.inc @@ -59,6 +59,7 @@ type tBBButton = record
pszModuleName:PAnsiChar; // module name without spaces and underline symbols (e.g. "tabsrmm")
dwButtonID :dword; // your button ID, will be combined with pszModuleName for storing settings, etc...
+ szText :PWideChar; // button's text
szTooltip :PWideChar; // button's tooltip
dwDefPos :dword; // default order pos of button, counted from window edge (left or right)
// use value >100, because internal buttons using 10,20,30... 80, etc
|