git-svn-id: svn://ultimatepp.org/upp/trunk@9234 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-11-25 09:01:28 +00:00
parent 6a11decd7b
commit bc0da950e9
2 changed files with 942 additions and 957 deletions

View file

@ -341,6 +341,8 @@ protected:
void ClearModify();
public:
Callback WhenSel; // the most usual ArrayCtrl callbak
Callback WhenLeftDouble;
Callback1<Point> WhenMouseMove;
Callback WhenEnterKey;
@ -352,7 +354,6 @@ public:
Callback WhenStartEdit;
Callback WhenAcceptEdit;
Callback WhenCtrlsAction;
Callback WhenSel;
Callback WhenScroll;
Callback WhenHeaderLayout;

File diff suppressed because one or more lines are too long