gtk: Include ComboBoxText.cs in the build
Also add missing using statement.
This commit is contained in:
parent
9463e98ca2
commit
b0768d35f6
2 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue