app/app-docs.sgml app/app-sections.txt updated.

2004-08-25  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: updated.
This commit is contained in:
Sven Neumann 2004-08-25 20:22:53 +00:00 committed by Sven Neumann
parent 8b6970ec28
commit e6a034fc2d
4 changed files with 96 additions and 39 deletions

View File

@ -1,3 +1,9 @@
2004-08-25 Sven Neumann <sven@gimp.org>
* app/app-docs.sgml
* app/app-sections.txt
* app/app.types: updated.
2004-08-11 Sven Neumann <sven@gimp.org>
* app/app-docs.sgml

View File

@ -483,7 +483,7 @@
<chapter id="app-display-utils">
<title>Misc. Widgets &amp; Utilities</title>
<xi:include href="xml/gimpnavigationview.xml" />
<xi:include href="xml/gimpnavigationeditor.xml" />
<xi:include href="xml/gimpstatusbar.xml" />
</chapter>
</part>
@ -492,6 +492,7 @@
<title>Tools</title>
<xi:include href="xml/tools-types.xml" />
<xi:include href="xml/tools-enums.xml" />
<xi:include href="xml/tools-utils.xml" />
<chapter id="app-tools-glue">
<title>Initialization &amp; Glue Code</title>
@ -720,6 +721,7 @@
<chapter id="app-widgets-misc-dialogs">
<title>Misc. Dialogs</title>
<xi:include href="xml/gimperrordialog.xml" />
<xi:include href="xml/gimpfiledialog.xml" />
<xi:include href="xml/gimpprogressdialog.xml" />
<xi:include href="xml/gimptexteditor.xml" />
@ -752,15 +754,16 @@
<xi:include href="xml/gimpgrideditor.xml" />
<xi:include href="xml/gimphistogrambox.xml" />
<xi:include href="xml/gimphistogramview.xml" />
<xi:include href="xml/gimpmessagebox.xml" />
<xi:include href="xml/gimpprogressbox.xml" />
<xi:include href="xml/gimpstrokeeditor.xml" />
<xi:include href="xml/gimptemplateeditor.xml" />
<xi:include href="xml/gimpthumbbox.xml" />
</chapter>
<chapter id="app-widgets-previews">
<chapter id="app-widgets-views">
<title>Previews</title>
<xi:include href="xml/gimppreview.xml" />
<xi:include href="xml/gimpview.xml" />
<xi:include href="xml/gimppreview-popup.xml" />
<xi:include href="xml/gimpnavigationpreview.xml" />
</chapter>

View File

@ -1278,6 +1278,7 @@ gimp_progress_set_text
gimp_progress_set_value
gimp_progress_get_value
gimp_progress_cancel
gimp_progress_is_active
gimp_progress_update_and_flush
<SUBSECTION Standard>
GimpProgressInterface
@ -1781,21 +1782,21 @@ gimp_display_shell_untransform_viewport
</SECTION>
<SECTION>
<FILE>gimpnavigationview</FILE>
<TITLE>GimpNavigationView</TITLE>
GimpNavigationView
gimp_navigation_view_new
gimp_navigation_view_set_shell
gimp_navigation_view_popup
<FILE>gimpnavigationeditor</FILE>
<TITLE>GimpNavigationEditor</TITLE>
GimpNavigationEditor
gimp_navigation_editor_new
gimp_navigation_editor_set_shell
gimp_navigation_editor_popup
<SUBSECTION Standard>
GimpNavigationViewClass
GIMP_NAVIGATION_VIEW
GIMP_IS_NAVIGATION_VIEW
GIMP_TYPE_NAVIGATION_VIEW
gimp_navigation_view_get_type
GIMP_NAVIGATION_VIEW_CLASS
GIMP_IS_NAVIGATION_VIEW_CLASS
GIMP_NAVIGATION_VIEW_GET_CLASS
GimpNavigationEditorClass
GIMP_NAVIGATION_EDITOR
GIMP_IS_NAVIGATION_EDITOR
GIMP_TYPE_NAVIGATION_EDITOR
gimp_navigation_editor_get_type
GIMP_NAVIGATION_EDITOR_CLASS
GIMP_IS_NAVIGATION_EDITOR_CLASS
GIMP_NAVIGATION_EDITOR_GET_CLASS
</SECTION>
<SECTION>
@ -1996,7 +1997,6 @@ gimp_paint_core_start
gimp_paint_core_finish
gimp_paint_core_cancel
gimp_paint_core_cleanup
gimp_paint_core_constrain
gimp_paint_core_interpolate
gimp_paint_core_get_paint_area
gimp_paint_core_get_orig_image
@ -3408,6 +3408,7 @@ gimp_bezier_stroke_lineto
gimp_bezier_stroke_conicto
gimp_bezier_stroke_cubicto
gimp_bezier_stroke_arcto
gimp_bezier_stroke_new_ellipse
<SUBSECTION Standard>
GimpBezierStrokeClass
GIMP_BEZIER_STROKE
@ -4429,6 +4430,23 @@ GIMP_IS_ERROR_CONSOLE_CLASS
GIMP_ERROR_CONSOLE_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimperrordialog</FILE>
<TITLE>GimpErrorDialog</TITLE>
GimpErrorDialog
gimp_error_dialog_new
gimp_error_dialog_add
<SUBSECTION Standard>
GimpErrorDialogClass
GIMP_ERROR_DIALOG
GIMP_IS_ERROR_DIALOG
GIMP_TYPE_ERROR_DIALOG
gimp_error_dialog_get_type
GIMP_ERROR_DIALOG_CLASS
GIMP_IS_ERROR_DIALOG_CLASS
GIMP_ERROR_DIALOG_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpfontview</FILE>
<TITLE>GimpFontView</TITLE>
@ -4741,6 +4759,26 @@ GIMP_IS_MENU_FACTORY_CLASS
GIMP_MENU_FACTORY_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpmessagebox</FILE>
<TITLE>GimpMessageBox</TITLE>
GimpMessageBox
gimp_message_box_new
gimp_message_box_set_primary_text
gimp_message_box_set_text
gimp_message_box_set_markup
gimp_message_box_repeat
<SUBSECTION Standard>
GimpMessageBoxClass
GIMP_MESSAGE_BOX
GIMP_IS_MESSAGE_BOX
GIMP_TYPE_MESSAGE_BOX
gimp_message_box_get_type
GIMP_MESSAGE_BOX_CLASS
GIMP_IS_MESSAGE_BOX_CLASS
GIMP_MESSAGE_BOX_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpuimanager</FILE>
GimpUIManagerUIEntry
@ -4923,24 +4961,24 @@ GIMP_PATTERN_SELECT_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimppreview</FILE>
<TITLE>GimpPreview</TITLE>
GimpPreview
gimp_preview_new
gimp_preview_new_full
gimp_preview_new_by_types
gimp_preview_new_full_by_types
gimp_preview_set_viewable
gimp_preview_set_expand
<FILE>gimpview</FILE>
<TITLE>GimpView</TITLE>
GimpView
gimp_view_new
gimp_view_new_full
gimp_view_new_by_types
gimp_view_new_full_by_types
gimp_view_set_viewable
gimp_view_set_expand
<SUBSECTION Standard>
GimpPreviewClass
GIMP_PREVIEW
GIMP_IS_PREVIEW
GIMP_TYPE_PREVIEW
gimp_preview_get_type
GIMP_PREVIEW_CLASS
GIMP_IS_PREVIEW_CLASS
GIMP_PREVIEW_GET_CLASS
GimpViewClass
GIMP_VIEW
GIMP_IS_VIEW
GIMP_TYPE_VIEW
gimp_view_get_type
GIMP_VIEW_CLASS
GIMP_IS_VIEW_CLASS
GIMP_VIEW_GET_CLASS
</SECTION>
<SECTION>
@ -6719,8 +6757,9 @@ convert_dialog_new
dialogs_file_new_new
dialogs_preferences_get
dialogs_module_browser_get
dialogs_tips_get
dialogs_about_get
dialogs_error_get
dialogs_tips_get
dialogs_toolbox_get
dialogs_dock_new
dialogs_tool_options_get
@ -7317,6 +7356,11 @@ GimpToolRegisterCallback
GimpToolRegisterFunc
</SECTION>
<SECTION>
<FILE>tools-utils</FILE>
gimp_tool_motion_constrain
</SECTION>
<SECTION>
<FILE>gimp-tools</FILE>
<TITLE>Gimp-tools</TITLE>
@ -7500,7 +7544,6 @@ gimp_paint_mode_menu_set_history
<SECTION>
<FILE>gimpwidgets-utils</FILE>
gimp_message_box
gimp_menu_position
gimp_button_menu_position
gimp_table_attach_stock
@ -8069,6 +8112,9 @@ layers_resize_cmd_callback
layers_resize_to_image_cmd_callback
layers_scale_cmd_callback
layers_crop_cmd_callback
layers_mask_edit_cmd_callback
layers_mask_show_cmd_callback
layers_mask_disable_cmd_callback
layers_mask_add_cmd_callback
layers_mask_apply_cmd_callback
layers_mask_to_selection_cmd_callback

View File

@ -104,6 +104,7 @@ gimp_eraser_get_type
gimp_eraser_options_get_type
gimp_eraser_tool_get_type
gimp_error_console_get_type
gimp_error_dialog_get_type
gimp_fg_bg_editor_get_type
gimp_file_dialog_get_type
gimp_file_proc_view_get_type
@ -150,11 +151,12 @@ gimp_magnify_options_get_type
gimp_magnify_tool_get_type
gimp_measure_options_get_type
gimp_measure_tool_get_type
gimp_message_box_get_type
gimp_menu_factory_get_type
gimp_move_options_get_type
gimp_move_tool_get_type
gimp_navigation_preview_get_type
gimp_navigation_view_get_type
gimp_navigation_editor_get_type
gimp_object_get_type
gimp_paint_core_get_type
gimp_paint_info_get_type
@ -178,7 +180,6 @@ gimp_pickable_interface_get_type
gimp_plug_in_action_get_type
gimp_plugin_config_get_type
gimp_posterize_tool_get_type
gimp_preview_get_type
gimp_preview_renderer_brush_get_type
gimp_preview_renderer_drawable_get_type
gimp_preview_renderer_get_type
@ -241,6 +242,7 @@ gimp_vector_options_get_type
gimp_vector_tool_get_type
gimp_vectors_get_type
gimp_vectors_tree_view_get_type
gimp_view_get_type
gimp_viewable_button_get_type
gimp_viewable_dialog_get_type
gimp_viewable_get_type