SynEdit: publish OnContextPopup, OnResize. Issue #038511

git-svn-id: trunk@64622 -
This commit is contained in:
martin 2021-02-19 02:13:52 +00:00
parent ced0827e1b
commit 0c46287ea3

View File

@ -1217,6 +1217,7 @@ type
property Width;
// inherited events
property OnClick;
property OnContextPopup;
property OnDblClick;
property OnTripleClick;
property OnQuadClick;
@ -1262,6 +1263,7 @@ type
property Lines;
property MaxLeftChar;
property MaxUndo;
property OnResize;
property Options;
property Options2;
property MouseOptions;