Re: Whats coming in GTK+ 2.12, part 3
- From: "Matthias Clasen" <matthias clasen gmail com>
- To: "Murray Cumming" <murrayc murrayc com>
- Cc: gtk-devel-list <gtk-devel-list gnome org>
- Subject: Re: Whats coming in GTK+ 2.12, part 3
- Date: Sun, 10 Jun 2007 09:48:18 -0400
On 6/10/07, Murray Cumming <murrayc murrayc com> wrote:
drags differently.
The marshaller might be wrong for this one, looking at the
documentation. Or does it really send an enum?
widget_signals[DRAG_FAILED] =
g_signal_new (I_("drag_failed"),
G_TYPE_FROM_CLASS (gobject_class),
G_SIGNAL_RUN_LAST,
0, _gtk_boolean_handled_accumulator, NULL,
_gtk_marshal_BOOLEAN__OBJECT_ENUM,
G_TYPE_BOOLEAN, 2,
GDK_TYPE_DRAG_CONTEXT,
GTK_TYPE_DRAG_RESULT);
GTK_TYPE_DRAG_RESULT is an enum, yes.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]