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-04-09 01:31:52 +0400
committerVsevolod Kukol <sevo@sevo.org>2014-04-09 01:31:52 +0400
commit7663e24d691c8e6af6dfe1df65cdf4bc6b4aed80 (patch)
tree80c5df55451ef5139d76992b532cf41351121bb5 /Xwt.Gtk/Xwt.Gtk3.csproj
parent3d87025e3717e5768fe6ac2de104835d1dc3d6f6 (diff)
[GTK] add Gtk3 support for ISearchTextEntryBackend
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 3301c52c..22873590 100644
--- a/Xwt.Gtk/Xwt.Gtk3.csproj
+++ b/Xwt.Gtk/Xwt.Gtk3.csproj
@@ -155,6 +155,7 @@
<Compile Include="Xwt.GtkBackend\ListViewBackend.cs" />
<Compile Include="Xwt.GtkBackend\ComboBoxBackend.cs" />
<Compile Include="Xwt.GtkBackend\ComboBoxEntryBackend.cs" />
+ <Compile Include="Xwt.GtkBackend\SearchTextEntryBackend.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>