forked from AuroraMiddleware/gtk
Declare the GtkWidget::window-dragging style property as readonly
This is how we generally declare style properties, and declaring this one r/w was just an oversight.
This commit is contained in:
parent
5d6b21e7b2
commit
00438fea3d
@ -2493,7 +2493,7 @@ gtk_widget_class_init (GtkWidgetClass *klass)
|
||||
P_("Window dragging"),
|
||||
P_("Whether windows can be dragged by clicking on empty areas"),
|
||||
FALSE,
|
||||
GTK_PARAM_READWRITE));
|
||||
GTK_PARAM_READABLE));
|
||||
|
||||
/**
|
||||
* GtkWidget:link-color:
|
||||
|
Loading…
Reference in New Issue
Block a user