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:

committed by
Michael Natterer

parent
ba70ce9a10
commit
58b5f06f79
@ -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>
|
2003-08-21 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* libgimpwidgets/libgimpwidgets-sections.txt
|
* libgimpwidgets/libgimpwidgets-sections.txt
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
gimp_button_get_type
|
gimp_button_get_type
|
||||||
gimp_chain_button_get_type
|
gimp_chain_button_get_type
|
||||||
|
gimp_color_area_get_type
|
||||||
gimp_color_button_get_type
|
gimp_color_button_get_type
|
||||||
gimp_color_display_get_type
|
gimp_color_display_get_type
|
||||||
gimp_color_notebook_get_type
|
gimp_color_notebook_get_type
|
||||||
@ -16,6 +17,7 @@ gimp_color_select_get_type
|
|||||||
gimp_dialog_get_type
|
gimp_dialog_get_type
|
||||||
gimp_file_selection_get_type
|
gimp_file_selection_get_type
|
||||||
gimp_memsize_entry_get_type
|
gimp_memsize_entry_get_type
|
||||||
|
gimp_offset_area_get_type
|
||||||
gimp_path_editor_get_type
|
gimp_path_editor_get_type
|
||||||
gimp_pick_button_get_type
|
gimp_pick_button_get_type
|
||||||
gimp_pixmap_get_type
|
gimp_pixmap_get_type
|
||||||
|
@ -19,7 +19,6 @@ Displays a GimpRGB color, optionally with alpha-channel.
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@parent_instance:
|
|
||||||
|
|
||||||
<!-- ##### ENUM GimpColorAreaType ##### -->
|
<!-- ##### ENUM GimpColorAreaType ##### -->
|
||||||
<para>
|
<para>
|
||||||
@ -94,3 +93,10 @@ Displays a GimpRGB color, optionally with alpha-channel.
|
|||||||
@draw_border:
|
@draw_border:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### SIGNAL GimpColorArea::color-changed ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@gimpcolorarea: the object which received the signal.
|
||||||
|
|
||||||
|
@ -29,13 +29,15 @@ dialog-related stuff.
|
|||||||
@title:
|
@title:
|
||||||
@wmclass_name:
|
@wmclass_name:
|
||||||
@help_func:
|
@help_func:
|
||||||
@help_data:
|
@help_id:
|
||||||
@position:
|
@position:
|
||||||
@allow_shrink:
|
@allow_shrink:
|
||||||
@allow_grow:
|
@allow_grow:
|
||||||
@auto_shrink:
|
@auto_shrink:
|
||||||
@Varargs:
|
@Varargs:
|
||||||
@Returns:
|
@Returns:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@help_data:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gimp_dialog_newv ##### -->
|
<!-- ##### FUNCTION gimp_dialog_newv ##### -->
|
||||||
@ -46,13 +48,15 @@ dialog-related stuff.
|
|||||||
@title:
|
@title:
|
||||||
@wmclass_name:
|
@wmclass_name:
|
||||||
@help_func:
|
@help_func:
|
||||||
@help_data:
|
@help_id:
|
||||||
@position:
|
@position:
|
||||||
@allow_shrink:
|
@allow_shrink:
|
||||||
@allow_grow:
|
@allow_grow:
|
||||||
@auto_shrink:
|
@auto_shrink:
|
||||||
@args:
|
@args:
|
||||||
@Returns:
|
@Returns:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@help_data:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gimp_dialog_create_action_area ##### -->
|
<!-- ##### FUNCTION gimp_dialog_create_action_area ##### -->
|
||||||
|
@ -42,6 +42,9 @@ your own @help_func which has to call gimp_help() to actually display
|
|||||||
the help.
|
the help.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@help_id:
|
||||||
|
@data:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
@help_data: A string containing the path to a HTML page.
|
@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.
|
See #GimpHelpFunc for the naming conventions of HTML help files.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@help_id:
|
||||||
@help_data: A string containing the path to a HTML page.
|
@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:
|
@widget:
|
||||||
@help_func:
|
@help_func:
|
||||||
|
@help_id:
|
||||||
@help_data:
|
@help_data:
|
||||||
|
|
||||||
|
|
||||||
@ -96,6 +101,8 @@ See #GimpHelpFunc for the naming conventions of HTML help files.
|
|||||||
|
|
||||||
@widget:
|
@widget:
|
||||||
@tooltip:
|
@tooltip:
|
||||||
|
@help_id:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
@help_data:
|
@help_data:
|
||||||
|
|
||||||
|
|
||||||
|
@ -19,15 +19,6 @@ Widget to control image offsets.
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@parent_instance:
|
|
||||||
@orig_width:
|
|
||||||
@orig_height:
|
|
||||||
@width:
|
|
||||||
@height:
|
|
||||||
@offset_x:
|
|
||||||
@offset_y:
|
|
||||||
@display_ratio_x:
|
|
||||||
@display_ratio_y:
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gimp_offset_area_new ##### -->
|
<!-- ##### FUNCTION gimp_offset_area_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
@ -59,3 +50,12 @@ Widget to control image offsets.
|
|||||||
@offset_y:
|
@offset_y:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### SIGNAL GimpOffsetArea::offsets-changed ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@gimpoffsetarea: the object which received the signal.
|
||||||
|
@arg1:
|
||||||
|
@arg2:
|
||||||
|
|
||||||
|
@ -307,8 +307,10 @@ Returns the #GtkAdjustment of the scale_entry's #GtkSpinButton.
|
|||||||
@unconstrained_lower:
|
@unconstrained_lower:
|
||||||
@unconstrained_upper:
|
@unconstrained_upper:
|
||||||
@tooltip:
|
@tooltip:
|
||||||
@help_data:
|
@help_id:
|
||||||
@Returns:
|
@Returns:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@help_data:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gimp_scale_entry_set_sensitive ##### -->
|
<!-- ##### FUNCTION gimp_scale_entry_set_sensitive ##### -->
|
||||||
@ -338,8 +340,10 @@ Returns the #GtkAdjustment of the scale_entry's #GtkSpinButton.
|
|||||||
@page_increment:
|
@page_increment:
|
||||||
@digits:
|
@digits:
|
||||||
@tooltip:
|
@tooltip:
|
||||||
@help_data:
|
@help_id:
|
||||||
@Returns:
|
@Returns:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@help_data:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GIMP_RANDOM_SEED_SPINBUTTON ##### -->
|
<!-- ##### MACRO GIMP_RANDOM_SEED_SPINBUTTON ##### -->
|
||||||
|
Reference in New Issue
Block a user