diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-11-07 12:54:06 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-11-07 12:54:06 +0000 |
commit | 1dd148f64e62b71a4bdee7b7b321c106f789625c (patch) | |
tree | 156ad6fabfd603a4413c6b9d7971618fff27c302 /extras/code_templates | |
parent | 6b34d0d7654981ea7c9bfbc732df1fc1c6e12326 (diff) | |
download | fpGUI-1dd148f64e62b71a4bdee7b7b321c106f789625c.tar.xz |
* Added a OnKeyPress event to TfpgWidget. It can now be surfaced by any
descendants.
* Added keyboard handling to Calendar component.
* Surfaced OnKeyPress event in TfpgEdit and TfpgStringGrid.
* Updated the lazarus code template file.
Diffstat (limited to 'extras/code_templates')
-rw-r--r-- | extras/code_templates/lazarus.dci | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extras/code_templates/lazarus.dci b/extras/code_templates/lazarus.dci index 1d45da00..c551de04 100644 --- a/extras/code_templates/lazarus.dci +++ b/extras/code_templates/lazarus.dci @@ -40,4 +40,21 @@ begin MainProc; end. +[fpguihdr | fpGUI unit header] +{ + fpGUI - Free Pascal GUI Library + + Copyright (C) 2006 - 2007 See the file AUTHORS.txt, included in this + distribution, for details of the copyright. + + See the file COPYING.modifiedLGPL, included in this distribution, + for details about redistributing fpGUI. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + Description: + |. +} |