diff options
| author | Greg Ercolano <erco@seriss.com> | 2010-01-18 18:59:51 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2010-01-18 18:59:51 +0000 |
| commit | a8d019d60a14460791c77381a07c3daef5e012d9 (patch) | |
| tree | 2fde8ee852d2590c1cd2d95d6ac003d2e4ee46d3 /ide/visualc/fltk.lib.dsp | |
| parent | d9f37fe65b4efbbb0b71a21144faaef0e244caf7 (diff) | |
Added Fl_Table, Fl_Native_File_Chooser, Fl_Tree and related test programs
to ide/visualc/.
These files were /hand edited/ to make the changes.
TO BE DONE: Someone (other than me) needs to add these to the ide/vs2005
dir as well. I don't think these can be hand edited;
too much human unreadable GUID/hex code stuff..
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7018 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/visualc/fltk.lib.dsp')
| -rw-r--r-- | ide/visualc/fltk.lib.dsp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ide/visualc/fltk.lib.dsp b/ide/visualc/fltk.lib.dsp index 114d79567..888966a82 100644 --- a/ide/visualc/fltk.lib.dsp +++ b/ide/visualc/fltk.lib.dsp @@ -379,6 +379,10 @@ SOURCE=..\..\src\Fl_Multi_Label.cxx # End Source File
# Begin Source File
+SOURCE=..\..\src\Fl_Native_File_Chooser.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\fl_open_uri.cxx
# End Source File
# Begin Source File
@@ -507,6 +511,14 @@ SOURCE=..\..\src\fl_symbols.cxx # End Source File
# Begin Source File
+SOURCE=..\..\src\Fl_Table.cxx
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\Fl_Table_Row.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\Fl_Tabs.cxx
# End Source File
# Begin Source File
@@ -535,6 +547,22 @@ SOURCE=..\..\src\Fl_Tooltip.cxx # End Source File
# Begin Source File
+SOURCE=..\..\src\Fl_Tree.cxx
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\Fl_Tree_Item.cxx
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\Fl_Tree_Item_Array.cxx
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\Fl_Tree_Prefs.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\fl_utf.c
# End Source File
# Begin Source File
|
