added GimpStock section, removed GimpWidgetTypes.
2002-05-13 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-docs.sgml: added GimpStock section, removed GimpWidgetTypes. * libgimpwidgets/libgimpwidgets-sections.txt: updated. * libgimpwidgets/tmpl/gimpstock.sgml: added GimpStock templates. * libgimpwidgets/tmpl/gimpwidgetstypes.sgml: removed. * libgimpwidgets/tmpl/gimpbutton.sgml * libgimpwidgets/tmpl/gimpchainbutton.sgml * libgimpwidgets/tmpl/gimpcolorarea.sgml * libgimpwidgets/tmpl/gimpcolorbutton.sgml * libgimpwidgets/tmpl/gimpdialog.sgml * libgimpwidgets/tmpl/gimpfileselection.sgml * libgimpwidgets/tmpl/gimphelpui.sgml * libgimpwidgets/tmpl/gimpoffsetarea.sgml * libgimpwidgets/tmpl/gimppatheditor.sgml * libgimpwidgets/tmpl/gimppixmap.sgml * libgimpwidgets/tmpl/gimpquerybox.sgml * libgimpwidgets/tmpl/gimpsizeentry.sgml * libgimpwidgets/tmpl/gimpunitmenu.sgml * libgimpwidgets/tmpl/gimpwidgets.sgml: updated.
This commit is contained in:

committed by
Sven Neumann

parent
2216807dca
commit
1be6408590
@ -1,7 +1,7 @@
|
||||
<SECTION>
|
||||
<FILE>gimpchainbutton</FILE>
|
||||
GimpChainButton
|
||||
GimpChainPosition
|
||||
<TITLE>GimpChainButton</TITLE>
|
||||
gimp_chain_button_new
|
||||
gimp_chain_button_set_active
|
||||
gimp_chain_button_get_active
|
||||
@ -10,14 +10,16 @@ GIMP_CHAIN_BUTTON
|
||||
GIMP_IS_CHAIN_BUTTON
|
||||
GIMP_TYPE_CHAIN_BUTTON
|
||||
gimp_chain_button_get_type
|
||||
GimpChainButtonClass
|
||||
GIMP_CHAIN_BUTTON_CLASS
|
||||
GIMP_IS_CHAIN_BUTTON_CLASS
|
||||
GIMP_CHAIN_BUTTON_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpcolorarea</FILE>
|
||||
GimpColorArea
|
||||
GimpColorAreaType
|
||||
<TITLE>GimpColorArea</TITLE>
|
||||
gimp_color_area_new
|
||||
gimp_color_area_set_color
|
||||
gimp_color_area_get_color
|
||||
@ -28,13 +30,15 @@ GIMP_COLOR_AREA
|
||||
GIMP_IS_COLOR_AREA
|
||||
GIMP_TYPE_COLOR_AREA
|
||||
gimp_color_area_get_type
|
||||
GimpColorAreaClass
|
||||
GIMP_COLOR_AREA_CLASS
|
||||
GIMP_IS_COLOR_AREA_CLASS
|
||||
GIMP_COLOR_AREA_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpcolorbutton</FILE>
|
||||
<TITLE>GimpColorButton</TITLE>
|
||||
GimpColorButton
|
||||
gimp_color_button_new
|
||||
gimp_color_button_set_color
|
||||
gimp_color_button_get_color
|
||||
@ -45,13 +49,15 @@ GIMP_COLOR_BUTTON
|
||||
GIMP_IS_COLOR_BUTTON
|
||||
GIMP_TYPE_COLOR_BUTTON
|
||||
gimp_color_button_get_type
|
||||
GimpColorButtonClass
|
||||
GIMP_COLOR_BUTTON_CLASS
|
||||
GIMP_IS_COLOR_BUTTON_CLASS
|
||||
GIMP_COLOR_BUTTON_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpfileselection</FILE>
|
||||
<TITLE>GimpFileSelection</TITLE>
|
||||
GimpFileSelection
|
||||
gimp_file_selection_new
|
||||
gimp_file_selection_get_filename
|
||||
gimp_file_selection_set_filename
|
||||
@ -60,13 +66,15 @@ GIMP_FILE_SELECTION
|
||||
GIMP_IS_FILE_SELECTION
|
||||
GIMP_TYPE_FILE_SELECTION
|
||||
gimp_file_selection_get_type
|
||||
GimpFileSelectionClass
|
||||
GIMP_FILE_SELECTION_CLASS
|
||||
GIMP_IS_FILE_SELECTION_CLASS
|
||||
GIMP_FILE_SELECTION_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimppatheditor</FILE>
|
||||
<TITLE>GimpPathEditor</TITLE>
|
||||
GimpPathEditor
|
||||
gimp_path_editor_new
|
||||
gimp_path_editor_get_path
|
||||
<SUBSECTION Standard>
|
||||
@ -74,13 +82,15 @@ GIMP_PATH_EDITOR
|
||||
GIMP_IS_PATH_EDITOR
|
||||
GIMP_TYPE_PATH_EDITOR
|
||||
gimp_path_editor_get_type
|
||||
GimpPathEditorClass
|
||||
GIMP_PATH_EDITOR_CLASS
|
||||
GIMP_IS_PATH_EDITOR_CLASS
|
||||
GIMP_PATH_EDITOR_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimppixmap</FILE>
|
||||
<TITLE>GimpPixmap</TITLE>
|
||||
GimpPixmap
|
||||
gimp_pixmap_new
|
||||
gimp_pixmap_set
|
||||
<SUBSECTION Standard>
|
||||
@ -88,14 +98,17 @@ GIMP_PIXMAP
|
||||
GIMP_IS_PIXMAP
|
||||
GIMP_TYPE_PIXMAP
|
||||
gimp_pixmap_get_type
|
||||
GimpPixmapClass
|
||||
GIMP_PIXMAP_CLASS
|
||||
GIMP_IS_PIXMAP_CLASS
|
||||
GIMP_PIXMAP_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpsizeentry</FILE>
|
||||
GimpSizeEntry
|
||||
GimpSizeEntryField
|
||||
<TITLE>GimpSizeEntry</TITLE>
|
||||
GimpSizeEntryUpdatePolicy
|
||||
gimp_size_entry_new
|
||||
gimp_size_entry_add_field
|
||||
gimp_size_entry_attach_label
|
||||
@ -116,13 +129,15 @@ GIMP_SIZE_ENTRY
|
||||
GIMP_IS_SIZE_ENTRY
|
||||
GIMP_TYPE_SIZE_ENTRY
|
||||
gimp_size_entry_get_type
|
||||
GimpSizeEntryClass
|
||||
GIMP_SIZE_ENTRY_CLASS
|
||||
GIMP_IS_SIZE_ENTRY_CLASS
|
||||
GIMP_SIZE_ENTRY_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpunitmenu</FILE>
|
||||
<TITLE>GimpUnitMenu</TITLE>
|
||||
GimpUnitMenu
|
||||
gimp_unit_menu_new
|
||||
gimp_unit_menu_set_unit
|
||||
gimp_unit_menu_get_unit
|
||||
@ -131,26 +146,31 @@ GIMP_UNIT_MENU
|
||||
GIMP_IS_UNIT_MENU
|
||||
GIMP_TYPE_UNIT_MENU
|
||||
gimp_unit_menu_get_type
|
||||
GimpUnitMenuClass
|
||||
GIMP_UNIT_MENU_CLASS
|
||||
GIMP_IS_UNIT_MENU_CLASS
|
||||
GIMP_UNIT_MENU_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpbutton</FILE>
|
||||
<TITLE>GimpButton</TITLE>
|
||||
GimpButton
|
||||
gimp_button_new
|
||||
gimp_button_extended_clicked
|
||||
<SUBSECTION Standard>
|
||||
GIMP_BUTTON
|
||||
GIMP_IS_BUTTON
|
||||
GIMP_TYPE_BUTTON
|
||||
gimp_button_get_type
|
||||
GimpButtonClass
|
||||
GIMP_BUTTON_CLASS
|
||||
GIMP_IS_BUTTON_CLASS
|
||||
GIMP_BUTTON_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpoffsetarea</FILE>
|
||||
<TITLE>GimpOffsetArea</TITLE>
|
||||
GimpOffsetArea
|
||||
gimp_offset_area_new
|
||||
gimp_offset_area_set_size
|
||||
gimp_offset_area_set_offsets
|
||||
@ -159,27 +179,39 @@ GIMP_OFFSET_AREA
|
||||
GIMP_IS_OFFSET_AREA
|
||||
GIMP_TYPE_OFFSET_AREA
|
||||
gimp_offset_area_get_type
|
||||
GimpOffsetAreaClass
|
||||
GIMP_OFFSET_AREA_CLASS
|
||||
GIMP_IS_OFFSET_AREA_CLASS
|
||||
GIMP_OFFSET_AREA_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpdialog</FILE>
|
||||
GimpDialog
|
||||
gimp_dialog_new
|
||||
gimp_dialog_newv
|
||||
gimp_dialog_set_icon
|
||||
gimp_dialog_create_action_area
|
||||
gimp_dialog_create_action_areav
|
||||
<SUBSECTION Standard>
|
||||
GIMP_TYPE_DIALOG
|
||||
GIMP_DIALOG
|
||||
GIMP_IS_DIALOG
|
||||
gimp_dialog_get_type
|
||||
GimpDialogClass
|
||||
GIMP_DIALOG_CLASS
|
||||
GIMP_IS_DIALOG_CLASS
|
||||
GIMP_DIALOG_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimphelpui</FILE>
|
||||
GimpHelpFunc
|
||||
gimp_help_init
|
||||
gimp_help_free
|
||||
gimp_help_enable_tooltips
|
||||
gimp_help_disable_tooltips
|
||||
gimp_standard_help_func
|
||||
gimp_help_connect_help_accel
|
||||
gimp_help_connect
|
||||
gimp_help_set_help_data
|
||||
gimp_context_help
|
||||
</SECTION>
|
||||
@ -196,15 +228,100 @@ gimp_query_int_box
|
||||
gimp_query_double_box
|
||||
gimp_query_size_box
|
||||
gimp_query_boolean_box
|
||||
GIMP_QUERY_BOX_VBOX
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpstock</FILE>
|
||||
gimp_stock_init
|
||||
GIMP_STOCK_ANCHOR
|
||||
GIMP_STOCK_DUPLICATE
|
||||
GIMP_STOCK_EDIT
|
||||
GIMP_STOCK_LINKED
|
||||
GIMP_STOCK_PASTE_AS_NEW
|
||||
GIMP_STOCK_PASTE_INTO
|
||||
GIMP_STOCK_RESET
|
||||
GIMP_STOCK_VISIBLE
|
||||
GIMP_STOCK_HCHAIN
|
||||
GIMP_STOCK_HCHAIN_BROKEN
|
||||
GIMP_STOCK_VCHAIN
|
||||
GIMP_STOCK_VCHAIN_BROKEN
|
||||
GIMP_STOCK_SELECTION_REPLACE
|
||||
GIMP_STOCK_SELECTION_ADD
|
||||
GIMP_STOCK_SELECTION_SUBTRACT
|
||||
GIMP_STOCK_SELECTION_INTERSECT
|
||||
GIMP_STOCK_SELECTION_STROKE
|
||||
GIMP_STOCK_SELECTION_TO_PATH
|
||||
GIMP_STOCK_PATH_STROKE
|
||||
GIMP_STOCK_CONVERT_RGB
|
||||
GIMP_STOCK_CONVERT_GRAYSCALE
|
||||
GIMP_STOCK_CONVERT_INDEXED
|
||||
GIMP_STOCK_MERGE_DOWN
|
||||
GIMP_STOCK_RESHOW_FILTER
|
||||
GIMP_STOCK_ROTATE_90
|
||||
GIMP_STOCK_ROTATE_180
|
||||
GIMP_STOCK_ROTATE_270
|
||||
GIMP_STOCK_RESIZE
|
||||
GIMP_STOCK_SCALE
|
||||
GIMP_STOCK_SELECTION_TO_CHANNEL
|
||||
GIMP_STOCK_NAVIGATION
|
||||
GIMP_STOCK_QMASK_OFF
|
||||
GIMP_STOCK_QMASK_ON
|
||||
GIMP_STOCK_INFO
|
||||
GIMP_STOCK_WARNING
|
||||
GIMP_STOCK_WILBER
|
||||
GIMP_STOCK_TOOL_AIRBRUSH
|
||||
GIMP_STOCK_TOOL_BEZIER_SELECT
|
||||
GIMP_STOCK_TOOL_BLEND
|
||||
GIMP_STOCK_TOOL_BLUR
|
||||
GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST
|
||||
GIMP_STOCK_TOOL_BUCKET_FILL
|
||||
GIMP_STOCK_TOOL_BY_COLOR_SELECT
|
||||
GIMP_STOCK_TOOL_CLONE
|
||||
GIMP_STOCK_TOOL_COLOR_BALANCE
|
||||
GIMP_STOCK_TOOL_COLOR_PICKER
|
||||
GIMP_STOCK_TOOL_CROP
|
||||
GIMP_STOCK_TOOL_CURVES
|
||||
GIMP_STOCK_TOOL_DODGE
|
||||
GIMP_STOCK_TOOL_ELLIPSE_SELECT
|
||||
GIMP_STOCK_TOOL_ERASER
|
||||
GIMP_STOCK_TOOL_FLIP
|
||||
GIMP_STOCK_TOOL_FREE_SELECT
|
||||
GIMP_STOCK_TOOL_FUZZY_SELECT
|
||||
GIMP_STOCK_TOOL_HISTOGRAM
|
||||
GIMP_STOCK_TOOL_HUE_SATURATION
|
||||
GIMP_STOCK_TOOL_INK
|
||||
GIMP_STOCK_TOOL_ISCISSORS
|
||||
GIMP_STOCK_TOOL_LEVELS
|
||||
GIMP_STOCK_TOOL_MEASURE
|
||||
GIMP_STOCK_TOOL_MOVE
|
||||
GIMP_STOCK_TOOL_PAINTBRUSH
|
||||
GIMP_STOCK_TOOL_PATH
|
||||
GIMP_STOCK_TOOL_PENCIL
|
||||
GIMP_STOCK_TOOL_PERSPECTIVE
|
||||
GIMP_STOCK_TOOL_POSTERIZE
|
||||
GIMP_STOCK_TOOL_RECT_SELECT
|
||||
GIMP_STOCK_TOOL_ROTATE
|
||||
GIMP_STOCK_TOOL_SCALE
|
||||
GIMP_STOCK_TOOL_SHEAR
|
||||
GIMP_STOCK_TOOL_SMUDGE
|
||||
GIMP_STOCK_TOOL_TEXT
|
||||
GIMP_STOCK_TOOL_THRESHOLD
|
||||
GIMP_STOCK_TOOL_ZOOM
|
||||
GIMP_STOCK_WILBER_EEK
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpwidgets</FILE>
|
||||
gimp_widgets_init
|
||||
gimp_option_menu_new
|
||||
gimp_option_menu_new2
|
||||
gimp_option_menu_set_history
|
||||
gimp_option_menu_set_sensitive
|
||||
GimpOptionMenuSensitivityCallback
|
||||
gimp_radio_group_new
|
||||
gimp_radio_group_new2
|
||||
gimp_radio_group_set_active
|
||||
gimp_spin_button_new
|
||||
GIMP_SCALE_ENTRY_LABEL
|
||||
GIMP_SCALE_ENTRY_SCALE
|
||||
@ -234,20 +351,3 @@ gimp_double_adjustment_update
|
||||
gimp_unit_menu_update
|
||||
gimp_table_attach_aligned
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpwidgetstypes</FILE>
|
||||
GimpSizeEntryUpdatePolicy
|
||||
GimpButton
|
||||
GimpChainButton
|
||||
GimpColorArea
|
||||
GimpColorButton
|
||||
GimpFileSelection
|
||||
GimpOffsetArea
|
||||
GimpPathEditor
|
||||
GimpPixmap
|
||||
GimpSizeEntry
|
||||
GimpUnitMenu
|
||||
GimpHelpFunc
|
||||
</SECTION>
|
||||
|
||||
|
Reference in New Issue
Block a user