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:17:49 +0400
committerVsevolod Kukol <sevo@sevo.org>2014-05-30 12:17:49 +0400
commit76ee7a108cf894e43ab9e3d60245166f9a7eddb7 (patch)
tree8b5b1fa3cbc105c46b13b64d646c885bc3274ed0 /Xwt.Gtk/Xwt.Gtk3.csproj
parentbd5781624644f283b9fd6b984b1fb089012e9253 (diff)
[GTK] add a custom GtkViewPort base for CustomViewPort with toolkit (gtk2/3) specific implementations
CustomViewPort must be sealed because of the new adjustment properties for Gtk3
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 114b3540..885676b7 100644
--- a/Xwt.Gtk/Xwt.Gtk3.csproj
+++ b/Xwt.Gtk/Xwt.Gtk3.csproj
@@ -158,6 +158,7 @@
<Compile Include="Xwt.GtkBackend\ComboBoxEntryBackend.cs" />
<Compile Include="Xwt.GtkBackend\SearchTextEntryBackendGtk3.cs" />
<Compile Include="Xwt.GtkBackend\Gtk3Extensions.cs" />
+ <Compile Include="Xwt.GtkBackend\Gtk3ViewPort.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>