GNOME Bugzilla – Bug 615474
gtk_widget_set_has_window() documentation is not correct
Last modified: 2010-08-10 01:42:27 UTC
Created attachment 158445 [details] [review] Correct gtk_widget_set_has_window() docs Reported by Magnus Hjorth here: http://mail.gnome.org/archives/gtk-list/2010-April/msg00073.html "The GTK+ documentaion for gtk_widget_set_has_window says that widgets that create their own windows must in their init function call gtk_widget_set_has_window with has_window=TRUE. However, it looks like in reality windowed is default and it's instead windowless widgets that must call gtk_widget_set_has_window with has_window=FALSE in their init functions. I made a simple patch correcting this, plus filled in some signal documentation."
I' ve committed the set_has_window fix, and left out all the other documentation changes in your patch.