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-07-21 21:14:28 +0400
committerVsevolod Kukol <sevo@sevo.org>2014-07-21 21:14:28 +0400
commit9b586dffd2e33ced9ff7a9d1ff99711797ceade4 (patch)
tree1d7e174b2e42b7a8911221462f24f20bf7c2f149 /Xwt.Gtk/Xwt.Gtk3.csproj
parentac5f98f99d4385c37abfde3e81cd31adb6f3877f (diff)
[GTK] add Gtk3 PopoverBackend support
Diffstat (limited to 'Xwt.Gtk/Xwt.Gtk3.csproj')
-rw-r--r--Xwt.Gtk/Xwt.Gtk3.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xwt.Gtk/Xwt.Gtk3.csproj b/Xwt.Gtk/Xwt.Gtk3.csproj
index c11721b7..ed0614cf 100644
--- a/Xwt.Gtk/Xwt.Gtk3.csproj
+++ b/Xwt.Gtk/Xwt.Gtk3.csproj
@@ -162,6 +162,8 @@
<Compile Include="Xwt.GtkBackend\HeaderBoxGtk3.cs" />
<Compile Include="Xwt.GtkBackend\WebViewBackend.cs" />
<Compile Include="Xwt.GtkBackend\GtkWebKitMini.cs" />
+ <Compile Include="Xwt.GtkBackend\PopoverBackend.cs" />
+ <Compile Include="Xwt.GtkBackend\Gtk3PopoverWindow.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>