summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-05-24 17:04:15 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-05-24 17:04:15 +0200
commitfa365b092aad93114cc4b807e44b53cd90be8338 (patch)
treef563bc577b42d99a415dfcc0724f2b4a2c823846 /src/gui
parentf7475e311deb88ce5bd00778812dc831b2b41302 (diff)
downloadfpGUI-fa365b092aad93114cc4b807e44b53cd90be8338.tar.xz
grids: Removed todo items that are completed.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/fpg_customgrid.pas1
-rw-r--r--src/gui/fpg_grid.pas1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/fpg_customgrid.pas b/src/gui/fpg_customgrid.pas
index fc7a58a1..4f38f12a 100644
--- a/src/gui/fpg_customgrid.pas
+++ b/src/gui/fpg_customgrid.pas
@@ -22,7 +22,6 @@ unit fpg_customgrid;
{
TODO:
* Column text alignment needs to be implemented. Currently always Centre.
- * AlternateColor for rows need to be implemented.
}
{.$Define DEBUG}
diff --git a/src/gui/fpg_grid.pas b/src/gui/fpg_grid.pas
index ad5dc6e3..ccc1b757 100644
--- a/src/gui/fpg_grid.pas
+++ b/src/gui/fpg_grid.pas
@@ -25,7 +25,6 @@ unit fpg_grid;
returning a TStrings with all related text inserted.
* File Grid: Introduce support for images based on file types. User must
be able to override the default images with their own.
- * Remove the usage of libc unit. libc is linux/x86 specific.
}
interface