gtk: Include ComboBoxText.cs in the build

Also add missing using statement.
This commit is contained in:
Bertrand Lorentz 2011-07-16 18:18:14 +02:00
parent 9463e98ca2
commit b0768d35f6
2 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,8 @@
namespace Gtk { namespace Gtk {
using System;
public partial class ComboBoxText { public partial class ComboBoxText {
protected ComboBoxText (bool has_entry) : base (IntPtr.Zero) protected ComboBoxText (bool has_entry) : base (IntPtr.Zero)

View File

@ -16,6 +16,7 @@ sources = \
BindingAttribute.cs \ BindingAttribute.cs \
CellAreaBox.cs \ CellAreaBox.cs \
ChildPropertyAttribute.cs \ ChildPropertyAttribute.cs \
ComboBoxText.cs \
Global.cs \ Global.cs \
ITreeNode.cs \ ITreeNode.cs \
Key.cs \ Key.cs \