diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-10-25 13:31:29 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-10-25 13:31:29 +0000 |
commit | c0a5ef4d7da723cb0f8831d907f397409d00912c (patch) | |
tree | 74ea34b03841eb57a906507ad1badd4d2aab043c /docs | |
parent | 130bc8c66054721dfb1193c9dff2b15c8f2a7943 (diff) | |
download | fpGUI-c0a5ef4d7da723cb0f8831d907f397409d00912c.tar.xz |
* Added new UTF8 function used for text translations with .po files.
* Added BackgroundColor as new published property of TrackBar component.
* Specified default property values for BaseGrid component. This help optimize
the UI Designer generated code.
* Started refactoring code from TfpgEdit to TfpgCustomEdit. This is still
incomplete.
* Added new prototype project for testing a new Master Maths custom theme.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/fpGUI_tech_ref.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/fpGUI_tech_ref.tex b/docs/fpGUI_tech_ref.tex index 0afd4e4a..a57a1006 100644 --- a/docs/fpGUI_tech_ref.tex +++ b/docs/fpGUI_tech_ref.tex @@ -4,6 +4,7 @@ \author{Graeme Geldenhuys} \title{fpGUI - A technical reference} +% Some custom settings \setlength{\parindent}{0pt} \setlength{\parskip}{1ex plus 0.5ex minus 0.2ex} |