summaryrefslogtreecommitdiff
path: root/src/gui/fpgui_package.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-07-23 11:17:05 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-07-23 11:17:05 +0000
commitc9be342c9263cd72b93fc54ba90330152844d0c3 (patch)
tree10ae7ad84f8fce30b2084d1cbf6461b8ec4e64ec /src/gui/fpgui_package.pas
parentcd81d8061e71fffb318c8669d2c310206bf5f2a9 (diff)
downloadfpGUI-c9be342c9263cd72b93fc54ba90330152844d0c3.tar.xz
Restructure Part 5.
* Created new packages for Corelib and GUI. * Updated all examples to use the new packages. Restructure should now be complete.
Diffstat (limited to 'src/gui/fpgui_package.pas')
-rw-r--r--src/gui/fpgui_package.pas15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gui/fpgui_package.pas b/src/gui/fpgui_package.pas
new file mode 100644
index 00000000..dcdc16ba
--- /dev/null
+++ b/src/gui/fpgui_package.pas
@@ -0,0 +1,15 @@
+{ This file was automatically created by Lazarus. Do not edit!
+This source is only used to compile and install the package.
+ }
+
+unit fpgui_package;
+
+interface
+
+uses
+ gui_button, gui_combobox, gui_dialogs, gui_edit, gui_form, gui_label,
+ gui_listbox, gui_memo, gui_popupwindow, gui_scrollbar;
+
+implementation
+
+end.