gtk+ r21689 - in trunk: . gtk
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21689 - in trunk: . gtk
- Date: Mon, 20 Oct 2008 12:11:06 +0000 (UTC)
Author: murrayc
Date: Mon Oct 20 12:11:05 2008
New Revision: 21689
URL: http://svn.gnome.org/viewvc/gtk+?rev=21689&view=rev
Log:
2008-10-20 Murray Cumming <murrayc murrayc com>
* gtk/gtkiconview.c: gtk_icon_view_set_tooltip_row(),
gtk_icon_view_set_tooltip_item():
* gtk/gtktreeview.c: gtk_icon_view_set_tooltip_row(),
gtk_icon_view_set_tooltip_cell():
Documentation: Mention the simple set_tooltip_column()
alternative.
Modified:
trunk/ChangeLog
trunk/gtk/gtkiconview.c
trunk/gtk/gtktreeview.c
Modified: trunk/gtk/gtkiconview.c
==============================================================================
--- trunk/gtk/gtkiconview.c (original)
+++ trunk/gtk/gtkiconview.c Mon Oct 20 12:11:05 2008
@@ -4734,6 +4734,7 @@
* @path: a #GtkTreePath
*
* Sets the tip area of @tooltip to be the area covered by the item at @path.
+ * See also gtk_icon_view_set_tooltip_column() for a simpler alternative.
* See also gtk_tooltip_set_tip_area().
*
* Since: 2.12
@@ -4759,6 +4760,8 @@
* Sets the tip area of @tooltip to the area which @cell occupies in
* the item pointed to by @path. See also gtk_tooltip_set_tip_area().
*
+ * See also gtk_icon_view_set_tooltip_column() for a simpler alternative.
+ *
* Since: 2.12
*/
void
Modified: trunk/gtk/gtktreeview.c
==============================================================================
--- trunk/gtk/gtktreeview.c (original)
+++ trunk/gtk/gtktreeview.c Mon Oct 20 12:11:05 2008
@@ -15367,6 +15367,7 @@
* @path: a #GtkTreePath
*
* Sets the tip area of @tooltip to be the area covered by the row at @path.
+ * See also gtk_tree_view_set_tooltip_column() for a simpler alternative.
* See also gtk_tooltip_set_tip_area().
*
* Since: 2.12
@@ -15400,6 +15401,8 @@
* position. In such cases @path must be set to the current node under the
* mouse cursor for this function to operate correctly.
*
+ * See also gtk_tree_view_set_tooltip_column() for a simpler alternative.
+ *
* Since: 2.12
*/
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]