gesture: Declare GtkGesture:window as an object property
This commit is contained in:
parent
f81f00ed6b
commit
f322e55e19
@ -630,11 +630,11 @@ gtk_gesture_class_init (GtkGestureClass *klass)
|
|||||||
*/
|
*/
|
||||||
g_object_class_install_property (object_class,
|
g_object_class_install_property (object_class,
|
||||||
PROP_WINDOW,
|
PROP_WINDOW,
|
||||||
g_param_spec_boolean ("window",
|
g_param_spec_object ("window",
|
||||||
P_("GdkWindow to receive events about"),
|
P_("GdkWindow to receive events about"),
|
||||||
P_("GdkWindow to receive events about"),
|
P_("GdkWindow to receive events about"),
|
||||||
TRUE,
|
GDK_TYPE_WINDOW,
|
||||||
GTK_PARAM_READWRITE));
|
GTK_PARAM_READWRITE));
|
||||||
/**
|
/**
|
||||||
* GtkGesture::begin:
|
* GtkGesture::begin:
|
||||||
* @gesture: the object which received the signal
|
* @gesture: the object which received the signal
|
||||||
|
Loading…
Reference in New Issue
Block a user