mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
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.
This commit is contained in:
parent
117b2eca5c
commit
a629fd7f84
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user