From 9ebce88570a82cb4099a5e35f1861dcff9eb1a05 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 12 Dec 2016 11:36:30 +0300 Subject: sync for pascal headers --- plugins/ExternalAPI/delphi/m_msg_buttonsbar.inc | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3