gimp r25272 - trunk/libgimpwidgets



Author: neo
Date: Fri Mar 28 09:50:58 2008
New Revision: 25272
URL: http://svn.gnome.org/viewvc/gimp?rev=25272&view=rev

Log:
more documentation updates


Modified:
   trunk/libgimpwidgets/gimphelpui.c

Modified: trunk/libgimpwidgets/gimphelpui.c
==============================================================================
--- trunk/libgimpwidgets/gimphelpui.c	(original)
+++ trunk/libgimpwidgets/gimphelpui.c	Fri Mar 28 09:50:58 2008
@@ -68,7 +68,12 @@
 /**
  * gimp_help_enable_tooltips:
  *
- * This function calls gtk_tooltips_enable().
+ * Enable tooltips to be shown in the GIMP user interface.
+ *
+ * As a plug-in author, you don't need to care about this as this
+ * function is called for you from gimp_ui_init(). This ensures that
+ * the user setting from the GIMP preferences dialog is respected in
+ * all plug-in dialogs.
  **/
 void
 gimp_help_enable_tooltips (void)
@@ -83,7 +88,12 @@
 /**
  * gimp_help_disable_tooltips:
  *
- * This function calls gtk_tooltips_disable().
+ * Disable tooltips to be shown in the GIMP user interface.
+ *
+ * As a plug-in author, you don't need to care about this as this
+ * function is called for you from gimp_ui_init(). This ensures that
+ * the user setting from the GIMP preferences dialog is respected in
+ * all plug-in dialogs.
  **/
 void
 gimp_help_disable_tooltips (void)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]