summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-11-07 12:54:06 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-11-07 12:54:06 +0000
commit1dd148f64e62b71a4bdee7b7b321c106f789625c (patch)
tree156ad6fabfd603a4413c6b9d7971618fff27c302 /extras
parent6b34d0d7654981ea7c9bfbc732df1fc1c6e12326 (diff)
downloadfpGUI-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')
-rw-r--r--extras/code_templates/lazarus.dci17
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:
+ |.
+}