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