diff options
author | Damon Chaplin <damon@helixcode.com> | 2000-02-28 21:39:41 +0000 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-02-28 21:39:41 +0000 |
commit | a629fd7f848e4931f072c705c4eae15d05e4f031 (patch) | |
tree | 3ff0c034e7495c0054a18e4359299a087bbfb7e8 | |
parent | 117b2eca5cad5b6581af581880561be2f9fcd4c1 (diff) | |
download | gtk+-a629fd7f848e4931f072c705c4eae15d05e4f031.tar.gz |
new menu item sections and minor update to notebook section from Nicolas
2000-02-28 Damon Chaplin <damon@helixcode.com>
* gtk/tmpl/gtkradiomenuitem.sgml:
* gtk/tmpl/gtkmenuitem.sgml:
* gtk/tmpl/gtknotebook.sgml: new menu item sections and minor update to
notebook section from Nicolas GEORGE <nicolas.george@ens.fr>.
2000-02-18 Damon Chaplin <damon@helixcode.com>
* gtk/tmpl/gtktooltips.sgml: patch from
David Benson <daveb@idealab.com> to note that gtk_tooltips_set_colors()
does not work.
2000-02-09 Damon Chaplin <damon@helixcode.com>
* gdk/tmpl/input_methods.sgml: minor fix.
-rw-r--r-- | docs/reference/gtk/tmpl/gtktooltips.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/reference/gtk/tmpl/gtktooltips.sgml b/docs/reference/gtk/tmpl/gtktooltips.sgml index a78350fc02..5486e8cb2d 100644 --- a/docs/reference/gtk/tmpl/gtktooltips.sgml +++ b/docs/reference/gtk/tmpl/gtktooltips.sgml @@ -18,7 +18,7 @@ The length of time the user must keep the mouse over a widget before the tip is To assign a tip to a particular #GtkWidget, gtk_tooltips_set_tip() is used. </para> <para> -The default appearance of all tooltips in a program is determined by the current gtk theme that the user has selected. To change the tooltip appearance manually, use gtk_tooltips_set_colors(). Again, this is per group of tooltips. +The default appearance of all tooltips in a program is determined by the current gtk theme that the user has selected. </para> <para> Information about the tooltip (if any) associated with an arbitrary widget can be retrieved using gtk_tooltips_data_get(). @@ -140,7 +140,8 @@ Adds a tooltip containing the message @tip_text to the specified #GtkWidget. <!-- ##### FUNCTION gtk_tooltips_set_colors ##### --> <para> -Changes the foreground and background colors of a #GtkTooltips. +This function is unimplemented because tooltip colors are instead +determined by the theme. </para> @tooltips: a #GtkTooltip |