diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-12-08 22:55:03 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-12-08 22:55:03 +0000 |
commit | 85c05a86c05e002c8160ecabe73a372b267b6931 (patch) | |
tree | d1bed6fe58a6aac22fa33e45e51a53c25edb17d7 /docs/reference/gtk/tmpl/gtktipsquery.sgml | |
parent | dfddc2062865c901d7ab9de90214f3aed89bd4eb (diff) | |
download | gtk+-85c05a86c05e002c8160ecabe73a372b267b6931.tar.gz |
=== Released 2.3.1 ===
Mon Dec 8 10:54:44 2003 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.1 ===
* NEWS: Updates for 2.3.1
* configure.in: Version 2.3.1, interface age 0, binary age 301.
* gtk/gtkmenuitem.c (gtk_menu_item_can_activate_accel):
Rename from gtk_menu_item_real_can_activate_accel() to
match GTK+ convention, improve comment.
* gtk/gtkwidget.c: Document gtk_widget_can_activate_accel(),
can ::can-activate-accel signal.
* gtk/gtkwidget.c (closure_accel_activate): Fix spelling
in comment.
* gtk/gtkmenu.c (gtk_menu_real_can_activate_accel): Clean
up comment.
* gtk/gtkcellview{,menuitem}.[ch]: Move GET_PRIVATE() macros
into the .c file.
Mon Dec 8 12:09:21 2003 Owen Taylor <otaylor@redhat.com>
* gtk/gtkicontheme.c (find_builtin_icon): Fix a
missing 'else'. (#128816, Jorn Baayen)
Diffstat (limited to 'docs/reference/gtk/tmpl/gtktipsquery.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtktipsquery.sgml | 100 |
1 files changed, 50 insertions, 50 deletions
diff --git a/docs/reference/gtk/tmpl/gtktipsquery.sgml b/docs/reference/gtk/tmpl/gtktipsquery.sgml index 7d1f7b00b7..8934b3c178 100644 --- a/docs/reference/gtk/tmpl/gtktipsquery.sgml +++ b/docs/reference/gtk/tmpl/gtktipsquery.sgml @@ -47,56 +47,6 @@ should be accessed using the functions below. </para> -<!-- ##### FUNCTION gtk_tips_query_new ##### --> -<para> -Creates a new #GtkTipsQuery. -</para> - -@Returns: a new #GtkTipsQuery. - - -<!-- ##### FUNCTION gtk_tips_query_start_query ##### --> -<para> -Starts a query. -The #GtkTipsQuery widget will take control of the mouse and as the mouse -moves it will display the tooltip of the widget beneath the mouse. -</para> - -@tips_query: a #GtkTipsQuery. - - -<!-- ##### FUNCTION gtk_tips_query_stop_query ##### --> -<para> -Stops a query. -</para> - -@tips_query: a #GtkTipsQuery. - - -<!-- ##### FUNCTION gtk_tips_query_set_caller ##### --> -<para> -Sets the widget which initiates the query, usually a button. -If the @caller is selected while the query is running, the query is -automatically stopped. -</para> - -@tips_query: a #GtkTipsQuery. -@caller: the widget which initiates the query. - - -<!-- ##### FUNCTION gtk_tips_query_set_labels ##### --> -<para> -Sets the text to display when the query is not in effect, -and the text to display when the query is in effect but the widget beneath -the pointer has no tooltip. -</para> - -@tips_query: a #GtkTipsQuery. -@label_inactive: the text to display when the query is not running. -@label_no_tip: the text to display when the query is running but the widget -beneath the pointer has no tooltip. - - <!-- ##### SIGNAL GtkTipsQuery::start-query ##### --> <para> Emitted when the query is started. @@ -158,3 +108,53 @@ The text to display in the #GtkTipsQuery widget when the query is running and the widget that the pointer is over has no tooltip. </para> +<!-- ##### FUNCTION gtk_tips_query_new ##### --> +<para> +Creates a new #GtkTipsQuery. +</para> + +@Returns: a new #GtkTipsQuery. + + +<!-- ##### FUNCTION gtk_tips_query_start_query ##### --> +<para> +Starts a query. +The #GtkTipsQuery widget will take control of the mouse and as the mouse +moves it will display the tooltip of the widget beneath the mouse. +</para> + +@tips_query: a #GtkTipsQuery. + + +<!-- ##### FUNCTION gtk_tips_query_stop_query ##### --> +<para> +Stops a query. +</para> + +@tips_query: a #GtkTipsQuery. + + +<!-- ##### FUNCTION gtk_tips_query_set_caller ##### --> +<para> +Sets the widget which initiates the query, usually a button. +If the @caller is selected while the query is running, the query is +automatically stopped. +</para> + +@tips_query: a #GtkTipsQuery. +@caller: the widget which initiates the query. + + +<!-- ##### FUNCTION gtk_tips_query_set_labels ##### --> +<para> +Sets the text to display when the query is not in effect, +and the text to display when the query is in effect but the widget beneath +the pointer has no tooltip. +</para> + +@tips_query: a #GtkTipsQuery. +@label_inactive: the text to display when the query is not running. +@label_no_tip: the text to display when the query is running but the widget +beneath the pointer has no tooltip. + + |