[hyena] Added DataViewLayoutStyle.cs to build



commit 1a0063fc557b196fd6e084f0384c83ba794e3e8c
Author: Aaron Bockover <abockover novell com>
Date:   Sat Nov 21 17:05:35 2009 -0500

    Added DataViewLayoutStyle.cs to build

 .../Hyena.Data.Gui/DataViewLayoutStyle.cs          |   37 ++++++++++++++++++++
 src/Hyena.Gui/Hyena.Gui.csproj                     |    3 +-
 src/Hyena.Gui/Makefile.am                          |    1 +
 3 files changed, 40 insertions(+), 1 deletions(-)
---
diff --git a/src/Hyena.Gui/Hyena.Data.Gui/DataViewLayoutStyle.cs b/src/Hyena.Gui/Hyena.Data.Gui/DataViewLayoutStyle.cs
new file mode 100644
index 0000000..ba9c5e3
--- /dev/null
+++ b/src/Hyena.Gui/Hyena.Data.Gui/DataViewLayoutStyle.cs
@@ -0,0 +1,37 @@
+//
+// DataViewLayoutStyle.cs
+// 
+// Author:
+//   Aaron Bockover <abockover novell com>
+// 
+// Copyright 2009 Novell, Inc.
+// 
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+// 
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+// 
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+using System;
+
+namespace Hyena.Data.Gui
+{
+    public enum DataViewLayoutStyle
+    {
+        List,
+        Grid
+    }
+}
diff --git a/src/Hyena.Gui/Hyena.Gui.csproj b/src/Hyena.Gui/Hyena.Gui.csproj
index a5d65d4..eae3cc1 100644
--- a/src/Hyena.Gui/Hyena.Gui.csproj
+++ b/src/Hyena.Gui/Hyena.Gui.csproj
@@ -76,6 +76,7 @@
     <Compile Include="Hyena.Gui\GtkUtilities.cs" />
     <Compile Include="Hyena.Data.Gui\CellContext.cs" />
     <Compile Include="Hyena.Data.Gui\IHeaderCell.cs" />
+    <Compile Include="Hyena.Data.Gui\DataViewLayoutStyle.cs" />
     <Compile Include="Hyena.Widgets\ScrolledWindow.cs" />
     <Compile Include="Hyena.Widgets\RoundedFrame.cs" />
     <Compile Include="Hyena.Gui.Theatrics\Actor.cs" />
@@ -168,4 +169,4 @@
       </Properties>
     </MonoDevelop>
   </ProjectExtensions>
-</Project>
\ No newline at end of file
+</Project>
diff --git a/src/Hyena.Gui/Makefile.am b/src/Hyena.Gui/Makefile.am
index 6d83496..d54c6f5 100644
--- a/src/Hyena.Gui/Makefile.am
+++ b/src/Hyena.Gui/Makefile.am
@@ -21,6 +21,7 @@ SOURCES =  \
 	Hyena.Gui/EditableUndoAdapter.cs \
 	Hyena.Gui/GtkUtilities.cs \
 	Hyena.Data.Gui/CellContext.cs \
+	Hyena.Data.Gui/DataViewLayoutStyle.cs \
 	Hyena.Data.Gui/IHeaderCell.cs \
 	Hyena.Widgets/ScrolledWindow.cs \
 	Hyena.Widgets/RoundedFrame.cs \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]