After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 615474 - gtk_widget_set_has_window() documentation is not correct
gtk_widget_set_has_window() documentation is not correct
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
2.20.x
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-04-11 20:06 UTC by Javier Jardón (IRC: jjardon)
Modified: 2010-08-10 01:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Correct gtk_widget_set_has_window() docs (5.38 KB, patch)
2010-04-11 20:06 UTC, Javier Jardón (IRC: jjardon)
none Details | Review

Description Javier Jardón (IRC: jjardon) 2010-04-11 20:06:48 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."
Comment 1 Matthias Clasen 2010-08-10 01:42:27 UTC
I' ve committed the set_has_window fix, and left out all the other documentation changes in your patch.