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:
parent
7b9e2ba720
commit
84f33f7d9a
2 changed files with 1 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
||||||
* parser/gapi2xml.pl : generate vm elements for GInterfaces. Deal
|
* parser/gapi2xml.pl : generate vm elements for GInterfaces. Deal
|
||||||
with G_CONST_RETURN in vms. deal with "struct _foo" types in method
|
with G_CONST_RETURN in vms. deal with "struct _foo" types in method
|
||||||
prototypes.
|
prototypes.
|
||||||
|
* gtk/ComboBox.custom : remove now correctly generated dllimport.
|
||||||
|
|
||||||
2004-11-13 Mike Kestner <mkestner@novell.com>
|
2004-11-13 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
|
|
|
@ -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)
|
public void SetCellDataFunc (Gtk.CellRenderer renderer, Gtk.CellLayoutDataFunc func)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue