2004-11-13 Mike Kestner <mkestner@novell.com>

* gtk/ComboBox.custom : remove now correctly generated dllimport.

svn path=/trunk/gtk-sharp/; revision=36089
This commit is contained in:
Mike Kestner 2004-11-13 05:34:55 +00:00
parent 7b9e2ba720
commit 84f33f7d9a
2 changed files with 1 additions and 2 deletions

View File

@ -6,6 +6,7 @@
* parser/gapi2xml.pl : generate vm elements for GInterfaces. Deal
with G_CONST_RETURN in vms. deal with "struct _foo" types in method
prototypes.
* gtk/ComboBox.custom : remove now correctly generated dllimport.
2004-11-13 Mike Kestner <mkestner@novell.com>

View File

@ -36,8 +36,6 @@ public Gtk.TreeModel Model {
}
}
[DllImport("libgtk-win32-2.0-0.dll")]
static extern IntPtr gtk_cell_layout_set_cell_data_func (IntPtr raw, IntPtr raw_renderer, GtkSharp.CellLayoutDataFuncNative func, IntPtr func_data, IntPtr destroy_notify);
public void SetCellDataFunc (Gtk.CellRenderer renderer, Gtk.CellLayoutDataFunc func)
{