added missing GimpColorArea and GimpOffsetArea.

2003-08-23  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/libgimpwidgets.types: added missing
	GimpColorArea and GimpOffsetArea.

	* libgimpwidgets/tmpl/gimpcolorarea.sgml
	* libgimpwidgets/tmpl/gimpdialog.sgml
	* libgimpwidgets/tmpl/gimphelpui.sgml
	* libgimpwidgets/tmpl/gimpoffsetarea.sgml
	* libgimpwidgets/tmpl/gimpwidgets.sgml: regenerated.
This commit is contained in:
Michael Natterer 2003-08-23 19:48:41 +00:00 committed by Michael Natterer
parent ba70ce9a10
commit 58b5f06f79
7 changed files with 48 additions and 14 deletions

View file

@ -1,3 +1,14 @@
2003-08-23 Michael Natterer <mitch@gimp.org>
* libgimpwidgets/libgimpwidgets.types: added missing
GimpColorArea and GimpOffsetArea.
* libgimpwidgets/tmpl/gimpcolorarea.sgml
* libgimpwidgets/tmpl/gimpdialog.sgml
* libgimpwidgets/tmpl/gimphelpui.sgml
* libgimpwidgets/tmpl/gimpoffsetarea.sgml
* libgimpwidgets/tmpl/gimpwidgets.sgml: regenerated.
2003-08-21 Sven Neumann <sven@gimp.org>
* libgimpwidgets/libgimpwidgets-sections.txt

View file

@ -6,6 +6,7 @@
gimp_button_get_type
gimp_chain_button_get_type
gimp_color_area_get_type
gimp_color_button_get_type
gimp_color_display_get_type
gimp_color_notebook_get_type
@ -16,6 +17,7 @@ gimp_color_select_get_type
gimp_dialog_get_type
gimp_file_selection_get_type
gimp_memsize_entry_get_type
gimp_offset_area_get_type
gimp_path_editor_get_type
gimp_pick_button_get_type
gimp_pixmap_get_type

View file

@ -19,7 +19,6 @@ Displays a GimpRGB color, optionally with alpha-channel.
</para>
@parent_instance:
<!-- ##### ENUM GimpColorAreaType ##### -->
<para>
@ -94,3 +93,10 @@ Displays a GimpRGB color, optionally with alpha-channel.
@draw_border:
<!-- ##### SIGNAL GimpColorArea::color-changed ##### -->
<para>
</para>
@gimpcolorarea: the object which received the signal.

View file

@ -29,13 +29,15 @@ dialog-related stuff.
@title:
@wmclass_name:
@help_func:
@help_data:
@help_id:
@position:
@allow_shrink:
@allow_grow:
@auto_shrink:
@Varargs:
@Returns:
<!-- # Unused Parameters # -->
@help_data:
<!-- ##### FUNCTION gimp_dialog_newv ##### -->
@ -46,13 +48,15 @@ dialog-related stuff.
@title:
@wmclass_name:
@help_func:
@help_data:
@help_id:
@position:
@allow_shrink:
@allow_grow:
@auto_shrink:
@args:
@Returns:
<!-- # Unused Parameters # -->
@help_data:
<!-- ##### FUNCTION gimp_dialog_create_action_area ##### -->

View file

@ -42,6 +42,9 @@ your own @help_func which has to call gimp_help() to actually display
the help.
</para>
@help_id:
@data:
<!-- # Unused Parameters # -->
@help_data: A string containing the path to a HTML page.
@ -76,6 +79,7 @@ flexibility.
See #GimpHelpFunc for the naming conventions of HTML help files.
</para>
@help_id:
@help_data: A string containing the path to a HTML page.
@ -86,6 +90,7 @@ See #GimpHelpFunc for the naming conventions of HTML help files.
@widget:
@help_func:
@help_id:
@help_data:
@ -96,6 +101,8 @@ See #GimpHelpFunc for the naming conventions of HTML help files.
@widget:
@tooltip:
@help_id:
<!-- # Unused Parameters # -->
@help_data:

View file

@ -19,15 +19,6 @@ Widget to control image offsets.
</para>
@parent_instance:
@orig_width:
@orig_height:
@width:
@height:
@offset_x:
@offset_y:
@display_ratio_x:
@display_ratio_y:
<!-- ##### FUNCTION gimp_offset_area_new ##### -->
<para>
@ -59,3 +50,12 @@ Widget to control image offsets.
@offset_y:
<!-- ##### SIGNAL GimpOffsetArea::offsets-changed ##### -->
<para>
</para>
@gimpoffsetarea: the object which received the signal.
@arg1:
@arg2:

View file

@ -307,8 +307,10 @@ Returns the #GtkAdjustment of the scale_entry's #GtkSpinButton.
@unconstrained_lower:
@unconstrained_upper:
@tooltip:
@help_data:
@help_id:
@Returns:
<!-- # Unused Parameters # -->
@help_data:
<!-- ##### FUNCTION gimp_scale_entry_set_sensitive ##### -->
@ -338,8 +340,10 @@ Returns the #GtkAdjustment of the scale_entry's #GtkSpinButton.
@page_increment:
@digits:
@tooltip:
@help_data:
@help_id:
@Returns:
<!-- # Unused Parameters # -->
@help_data:
<!-- ##### MACRO GIMP_RANDOM_SEED_SPINBUTTON ##### -->