
2001-05-04 Michael Natterer <mitch@gimp.org> * configure.in * devel-docs/Makefile.am * devel-docs/libgimpcolor/* * devel-docs/libgimpmath/* * devel-docs/libgimpwidgets/*: added new gtk-doc modules for libgimpcolor, libgimpmath and libgimpwidgets. Moved existing documentation from the old files to the new templates. * devel-docs/libgimp/*: regenerated all files and removed the stuff which is in the new modules now. * libgimpwidgets/gimpcolorarea.c * libgimpwidgets/gimpcolorbutton.[ch]: some documentation fixes. * po-libgimp/Makefile.in.in * po-plug-ins/Makefile.in.in * po-script-fu/Makefile.in.in: updated.
93 lines
1.3 KiB
Plaintext
93 lines
1.3 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
gimphelpui
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Functions for setting #GtkTooltips and HTML links into the GIMP help
|
|
system.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gimp_help_init ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_help_free ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_help_enable_tooltips ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_help_disable_tooltips ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_standard_help_func ##### -->
|
|
<para>
|
|
This is the standard GIMP help function which does nothing but calling
|
|
gimp_help(). Please use gimp_plugin_help_func() for your plug-in's
|
|
help links.
|
|
</para>
|
|
|
|
<para>
|
|
Currently, gimp_standard_help_func() and gimp_plugin_help_func() do
|
|
exactly the same. The latter one was introduced to ensure future
|
|
flexibility.
|
|
</para>
|
|
|
|
<para>
|
|
See #GimpHelpFunc for the naming conventions of HTML help files.
|
|
</para>
|
|
|
|
@help_data: A string containing the path to a HTML page.
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_help_connect_help_accel ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@widget:
|
|
@help_func:
|
|
@help_data:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_help_set_help_data ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@widget:
|
|
@tooltip:
|
|
@help_data:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_context_help ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
|