mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:19:47 +02:00
SynEdit: publish OnContextPopup, OnResize. Issue #038511
git-svn-id: trunk@64622 -
This commit is contained in:
parent
ced0827e1b
commit
0c46287ea3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user