Add a note about tooltip theming

This should help to reduce the amount of confusion about how to
make a tooltip window appear like a tooltip. Bug 596080.
This commit is contained in:
Christian Dywan 2009-09-30 08:45:30 -04:00 committed by Matthias Clasen
parent 2518fbdc02
commit 31771cc640

View File

@ -10603,6 +10603,9 @@ gtk_widget_real_set_has_tooltip (GtkWidget *widget,
* the default tooltip window. If @custom_window is %NULL, the default
* tooltip window will be used.
*
* If the custom window should have the default theming it needs to
* have the name "gtk-tooltip", see gtk_widget_set_name().
*
* Since: 2.12
*/
void