summaryrefslogtreecommitdiff
path: root/examples/gui
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@users.sourceforge.net>2007-03-08 14:47:04 +0000
committerGraeme Geldenhuys <graemeg@users.sourceforge.net>2007-03-08 14:47:04 +0000
commit41c63d039e88f4aa3e2bc74d28f0e4b892ac0fe1 (patch)
tree1d65306fdff90b1e82d3538a82a976dcf2cef1ff /examples/gui
parent6615b82afe97f92af4d1c0f7fb2e6b82b44c7ace (diff)
downloadfpGUI-41c63d039e88f4aa3e2bc74d28f0e4b892ac0fe1.tar.xz
* Reworked the Style Manager to behave like a factory pattern.
* New and custom styles can now register themselves with the gStyleManager * I've split all the concrete styles into seperate units. * I've rename the TStyle to TStyleAbs which more clearly shows what it is. * Renamed TDefaultStyle to TBasicStyle to show that it it implements the basic drawing routines for a style and is recommended for custom styles to descend from.
Diffstat (limited to 'examples/gui')
-rw-r--r--examples/gui/concepttest/hello.lpi6
-rw-r--r--examples/gui/concepttest/hello.lpr2
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/gui/concepttest/hello.lpi b/examples/gui/concepttest/hello.lpi
index 58b32e42..98611428 100644
--- a/examples/gui/concepttest/hello.lpi
+++ b/examples/gui/concepttest/hello.lpi
@@ -23,7 +23,7 @@
</RunParams>
<RequiredPackages Count="1">
<Item1>
- <PackageName Value="fpGUI_laz"/>
+ <PackageName Value="fpguipackage"/>
</Item1>
</RequiredPackages>
<Units Count="59">
@@ -31,8 +31,8 @@
<Filename Value="hello.lpr"/>
<IsPartOfProject Value="True"/>
<UnitName Value="hello"/>
- <CursorPos X="25" Y="286"/>
- <TopLine Value="270"/>
+ <CursorPos X="62" Y="10"/>
+ <TopLine Value="10"/>
<EditorIndex Value="0"/>
<UsageCount Value="136"/>
<Loaded Value="True"/>
diff --git a/examples/gui/concepttest/hello.lpr b/examples/gui/concepttest/hello.lpr
index 0ac8138a..7e723696 100644
--- a/examples/gui/concepttest/hello.lpr
+++ b/examples/gui/concepttest/hello.lpr
@@ -7,7 +7,7 @@ uses
cthreads,
{$ENDIF}{$ENDIF}
Classes,
- fpgui, gfxbase, frmCompilerOpt, OpenSoftStyle;
+ fpgui, gfxbase, frmCompilerOpt, OpenSoftStyle, fpguipackage;
type