summaryrefslogtreecommitdiff
path: root/src/gui/fpg_grid.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-04-26 17:03:11 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-04-26 17:03:11 +0200
commit128bfdcf8e75ce00d1b276ea9f58728c90577599 (patch)
tree0ba60dc7f01bf8ecf564d6b36e23dedfc4a22bc8 /src/gui/fpg_grid.pas
parent31b1fce01f1eb90de54e6912977b498b48d6af05 (diff)
downloadfpGUI-128bfdcf8e75ce00d1b276ea9f58728c90577599.tar.xz
Add PopupMenu property to StringGrid.
At the moment the popup menu only appears if user clicks outside the Header row. Maybe this behaviour will become user selectable in the future.
Diffstat (limited to 'src/gui/fpg_grid.pas')
-rw-r--r--src/gui/fpg_grid.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/fpg_grid.pas b/src/gui/fpg_grid.pas
index 0dbc96c4..fdc83e9f 100644
--- a/src/gui/fpg_grid.pas
+++ b/src/gui/fpg_grid.pas
@@ -140,6 +140,7 @@ type
property Hint;
property Options;
property ParentShowHint;
+ property PopupMenu;
property RowCount;
property RowSelect;
property ScrollBarStyle;