diff options
-rw-r--r-- | src/gui/fpg_grid.pas | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/gui/fpg_grid.pas b/src/gui/fpg_grid.pas index decf639e..3f1f3b7a 100644 --- a/src/gui/fpg_grid.pas +++ b/src/gui/fpg_grid.pas @@ -156,10 +156,16 @@ type property TopRow; property VisibleRows; property OnCanSelectCell; - property OnDrawCell; + property OnClick; property OnDoubleClick; + property OnDrawCell; property OnFocusChange; property OnKeyPress; + property OnMouseDown; + property OnMouseEnter; + property OnMouseExit; + property OnMouseMove; + property OnMouseUp; property OnRowChange; property OnShowHint; end; |