summaryrefslogtreecommitdiff
path: root/src/gui/fpg_grid.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2010-10-26 21:57:40 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2010-10-29 23:19:33 +0200
commit5e43bb933db519828c9b0eaadee66565c0abe995 (patch)
tree535441ec3d3ec977224247140245c4017bb7f924 /src/gui/fpg_grid.pas
parent3061b4784a7d74a5778cfc8b03a727182296f825 (diff)
downloadfpGUI-5e43bb933db519828c9b0eaadee66565c0abe995.tar.xz
New Grid HeaderStyle property, and new Canvas/Style.DrawBevel() method
Grid.HeaderStyle has Button, Thin and Flat options New DrawBevel can draw a bevel raised or lowered using standard system colors. Quite similar to TfpgBevel. New DrawBevel() method and new Grid.HeaderStyle option.
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 56c1b968..320c2408 100644
--- a/src/gui/fpg_grid.pas
+++ b/src/gui/fpg_grid.pas
@@ -141,6 +141,7 @@ type
property FontDesc;
property HeaderFontDesc;
property HeaderHeight;
+ property HeaderStyle;
property Hint;
property Options;
property ParentShowHint;