diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-08-25 09:35:04 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-08-25 09:35:04 +0000 |
commit | 6106c289874b0205aaebbf37a78ccc23fb7ff5c4 (patch) | |
tree | e092117b89d0a19f0ec27b472f63d1082499db9d /src/corelib | |
parent | 65c4f0c722d95be2e4babbe2cd4cbc43d33da42a (diff) | |
download | fpGUI-6106c289874b0205aaebbf37a78ccc23fb7ff5c4.tar.xz |
* Implemented missing SetupGUIandObject in tiMeditaros for TfpgTrackBar.
* Moved DoObjectToGUI it Trackbar mediator from public to protected.
* Minor code formatting fixes.
* Implemented DoGetFieldBounds for TPerson in tiOPF demos.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/x11/fpgfx_package.pas | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/corelib/x11/fpgfx_package.pas b/src/corelib/x11/fpgfx_package.pas index d7813dee..ae913f27 100644 --- a/src/corelib/x11/fpgfx_package.pas +++ b/src/corelib/x11/fpgfx_package.pas @@ -1,5 +1,5 @@ -{ This file was automatically created by Lazarus. Do not edit! -This source is only used to compile and install the package. +{ This file was automatically created by Lazarus. do not edit! + This source is only used to compile and install the package. } unit fpgfx_package; @@ -7,11 +7,11 @@ unit fpgfx_package; interface uses - x11_xft, x11_keyconv, gfxbase, gfx_x11, fpgfx, gfx_stdimages, gfx_imgfmt_bmp, - gfx_widget, gfx_UTF8utils, gfx_extinterpolation, gfx_cmdlineparams, - gfx_utils, gfx_popupwindow, gfx_impl, gfx_command_intf, gfx_wuline, - gfx_imagelist, gfx_constants, gfx_pofiles, gfx_translations, - gfx_stringhashlist; + x11_xft, x11_keyconv, gfxbase, gfx_x11, fpgfx, gfx_stdimages, + gfx_imgfmt_bmp, gfx_widget, gfx_UTF8utils, gfx_extinterpolation, + gfx_cmdlineparams, gfx_utils, gfx_popupwindow, gfx_impl, gfx_command_intf, + gfx_wuline, gfx_imagelist, gfx_constants, gfx_pofiles, gfx_translations, + gfx_stringhashlist; implementation |