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:
authorVsevolod Kukol <sevo@sevo.org>2014-05-30 12:35:19 +0400
committerVsevolod Kukol <sevo@sevo.org>2014-05-30 12:35:19 +0400
commit7c25b75bfcf548990f9b697edea5615819ffd2ce (patch)
treea8456a0977eca454554069d8f35dbf08721eb9a0 /Xwt.Gtk/Xwt.Gtk3.csproj
parent76ee7a108cf894e43ab9e3d60245166f9a7eddb7 (diff)
[GTK] add a custom GtkDrawingArea base for ImageBox with toolkit (gtk2/3) specific implementations
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 885676b7..f8236938 100644
--- a/Xwt.Gtk/Xwt.Gtk3.csproj
+++ b/Xwt.Gtk/Xwt.Gtk3.csproj
@@ -159,6 +159,7 @@
<Compile Include="Xwt.GtkBackend\SearchTextEntryBackendGtk3.cs" />
<Compile Include="Xwt.GtkBackend\Gtk3Extensions.cs" />
<Compile Include="Xwt.GtkBackend\Gtk3ViewPort.cs" />
+ <Compile Include="Xwt.GtkBackend\Gtk3DrawingArea.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>