Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Rodrigo Pereyra Diaz <claudiorodrigo@pereyradiaz.com.ar>2015-03-09 03:59:36 +0300
committerVsevolod Kukol <sevo@sevo.org>2015-07-02 12:19:48 +0300
commitf9df032da7a5cc01f4ab1a20cd204c135a7145a9 (patch)
treed4db1b1fd96fc337666012198da1008395152472 /Xwt.Gtk/Xwt.Gtk3.csproj
parent92a3975d6311f22aef1569979c9958ea9ae900dd (diff)
Add Calendar Widget
Add Calendar Sample Implement CalendarBackend for Gtk Signed-off-by: Claudio Rodrigo Pereyra Diaz <claudiorodrigo@pereyradiaz.com.ar>
Diffstat (limited to 'Xwt.Gtk/Xwt.Gtk3.csproj')
-rw-r--r--Xwt.Gtk/Xwt.Gtk3.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xwt.Gtk/Xwt.Gtk3.csproj b/Xwt.Gtk/Xwt.Gtk3.csproj
index 20f39721..9f6a4e6c 100644
--- a/Xwt.Gtk/Xwt.Gtk3.csproj
+++ b/Xwt.Gtk/Xwt.Gtk3.csproj
@@ -153,6 +153,7 @@
<Compile Include="Xwt.GtkBackend\PanedBackendGtk3.cs" />
<Compile Include="Xwt.GtkBackend\ColorSelectorBackend.cs" />
<Compile Include="Xwt.GtkBackend\ColorPickerBackend.cs" />
+ <Compile Include="Xwt.GtkBackend\CalendarBackend.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>