documentation.
2004-05-05 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimphelpui.c: documentation. 2004-05-05 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-sections.txt: updated. * devel-docs/libgimpwidgets/tmpl/gimpframe.sgml * devel-docs/libgimpwidgets/tmpl/gimphelpui.sgml * devel-docs/libgimpwidgets/tmpl/gimpoffsetarea.sgml: regenerated.
This commit is contained in:

committed by
Sven Neumann

parent
cd8243e19f
commit
ebbc8e13db
@ -1,3 +1,7 @@
|
|||||||
|
2004-05-05 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* libgimpwidgets/gimphelpui.c: documentation.
|
||||||
|
|
||||||
2004-05-05 Michael Natterer <mitch@gimp.org>
|
2004-05-05 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
Finally enable global accelerators in all docks:
|
Finally enable global accelerators in all docks:
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
2004-05-05 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* libgimpwidgets/libgimpwidgets-sections.txt: updated.
|
||||||
|
|
||||||
|
* devel-docs/libgimpwidgets/tmpl/gimpframe.sgml
|
||||||
|
* devel-docs/libgimpwidgets/tmpl/gimphelpui.sgml
|
||||||
|
* devel-docs/libgimpwidgets/tmpl/gimpoffsetarea.sgml: regenerated.
|
||||||
|
|
||||||
2004-05-02 Sven Neumann <sven@gimp.org>
|
2004-05-02 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* libgimpwidgets/libgimpwidgets-docs.sgml
|
* libgimpwidgets/libgimpwidgets-docs.sgml
|
||||||
|
@ -313,6 +313,7 @@ GimpOffsetArea
|
|||||||
gimp_offset_area_new
|
gimp_offset_area_new
|
||||||
gimp_offset_area_set_size
|
gimp_offset_area_set_size
|
||||||
gimp_offset_area_set_offsets
|
gimp_offset_area_set_offsets
|
||||||
|
gimp_offset_area_set_pixbuf
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GIMP_OFFSET_AREA
|
GIMP_OFFSET_AREA
|
||||||
GIMP_IS_OFFSET_AREA
|
GIMP_IS_OFFSET_AREA
|
||||||
@ -347,12 +348,15 @@ GIMP_DIALOG_GET_CLASS
|
|||||||
<FILE>gimphelpui</FILE>
|
<FILE>gimphelpui</FILE>
|
||||||
<TITLE>GimpHelpUI</TITLE>
|
<TITLE>GimpHelpUI</TITLE>
|
||||||
GimpHelpFunc
|
GimpHelpFunc
|
||||||
|
GIMP_HELP_ID
|
||||||
gimp_help_enable_tooltips
|
gimp_help_enable_tooltips
|
||||||
gimp_help_disable_tooltips
|
gimp_help_disable_tooltips
|
||||||
gimp_standard_help_func
|
gimp_standard_help_func
|
||||||
gimp_help_connect
|
gimp_help_connect
|
||||||
gimp_help_set_help_data
|
gimp_help_set_help_data
|
||||||
gimp_context_help
|
gimp_context_help
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
gimp_help_id_quark
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
@ -20,6 +20,11 @@ GimpFrame
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GimpFrame:label-bold ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GimpFrame:label-spacing ##### -->
|
<!-- ##### ARG GimpFrame:label-spacing ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
<!-- ##### SECTION Title ##### -->
|
<!-- ##### SECTION Title ##### -->
|
||||||
GimpHelpUI
|
GimpHelpUI
|
||||||
|
|
||||||
@ -43,6 +44,13 @@ the help.
|
|||||||
@help_data:
|
@help_data:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GIMP_HELP_ID ##### -->
|
||||||
|
<para>
|
||||||
|
Since: GIMP 2.2
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gimp_help_enable_tooltips ##### -->
|
<!-- ##### FUNCTION gimp_help_enable_tooltips ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -59,3 +59,12 @@ Widget to control image offsets.
|
|||||||
@offset_y:
|
@offset_y:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gimp_offset_area_set_pixbuf ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@offset_area:
|
||||||
|
@pixbuf:
|
||||||
|
|
||||||
|
|
||||||
|
@ -243,6 +243,8 @@ gimp_context_help (GtkWidget *widget)
|
|||||||
* attachind help IDs to widgets and objects.
|
* attachind help IDs to widgets and objects.
|
||||||
*
|
*
|
||||||
* Return value: The #GQuark.
|
* Return value: The #GQuark.
|
||||||
|
*
|
||||||
|
* Since: GIMP 2.2
|
||||||
**/
|
**/
|
||||||
GQuark
|
GQuark
|
||||||
gimp_help_id_quark (void)
|
gimp_help_id_quark (void)
|
||||||
|
Reference in New Issue
Block a user