diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-04-21 12:30:04 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-04-21 12:30:04 +0200 |
commit | 843c6a6fdc01cc53f032da018b80e79c8f40a0cd (patch) | |
tree | eb33368c48e0f5c76826c2bc82a22260c07d03ef | |
parent | 84551beb39d06f2bc5efaefd2a2795ed7fe5edf4 (diff) | |
download | fpGUI-843c6a6fdc01cc53f032da018b80e79c8f40a0cd.tar.xz |
Grids: Raised the visibility of the Font property.
Now we can access the internal Font instance when we do things
like custom Cell drawing etc.
-rw-r--r-- | src/gui/fpg_grid.pas | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/fpg_grid.pas b/src/gui/fpg_grid.pas index fc6b9630..db087fae 100644 --- a/src/gui/fpg_grid.pas +++ b/src/gui/fpg_grid.pas @@ -121,6 +121,8 @@ type TfpgStringGrid = class(TfpgCustomStringGrid) + public + property Font; published property BackgroundColor; // property ColResizing; |