mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 19:45:37 +00:00
Added new call
svn path=/trunk/gtk-sharp/; revision=8876
This commit is contained in:
parent
0a20a59470
commit
19a8501d1e
|
@ -14,3 +14,12 @@ public Gtk.Entry Entry {
|
|||
return new Gtk.Entry (gtksharp_combo_get_entry(this.Handle));
|
||||
}
|
||||
}
|
||||
|
||||
[DllImport("gtksharpglue")]
|
||||
static extern IntPtr gtksharp_combo_get_button(IntPtr i);
|
||||
|
||||
public Gtk.Button Button {
|
||||
get {
|
||||
return new Gtk.Button (gtksharp_combo_get_button(this.Handle));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue