improved docs.

2005-01-21  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimppreviewarea.c: improved docs.

2005-01-22  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types
	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types: GimpEnumStore and
	GimpEnumComboBox moved to libgimpwidgets.

	* libgimpwidgets/tmpl/gimpenumcombobox.sgml
	* libgimpwidgets/tmpl/gimpenumstore.sgml: new files.
This commit is contained in:
Sven Neumann
2005-01-21 23:11:43 +00:00
committed by Sven Neumann
parent 3069695265
commit 5c6dae19dc
11 changed files with 189 additions and 42 deletions

View File

@ -1,3 +1,7 @@
2005-01-21 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimppreviewarea.c: improved docs.
2005-01-21 Sven Neumann <sven@gimp.org> 2005-01-21 Sven Neumann <sven@gimp.org>
* app/widgets/Makefile.am * app/widgets/Makefile.am

View File

@ -1,3 +1,16 @@
2005-01-22 Sven Neumann <sven@gimp.org>
* app/app-docs.sgml
* app/app-sections.txt
* app/app.types
* libgimpwidgets/libgimpwidgets-docs.sgml
* libgimpwidgets/libgimpwidgets-sections.txt
* libgimpwidgets/libgimpwidgets.types: GimpEnumStore and
GimpEnumComboBox moved to libgimpwidgets.
* libgimpwidgets/tmpl/gimpenumcombobox.sgml
* libgimpwidgets/tmpl/gimpenumstore.sgml: new files.
2005-01-07 Sven Neumann <neumann@jpk.com> 2005-01-07 Sven Neumann <neumann@jpk.com>
* app/app-docs.sgml * app/app-docs.sgml

View File

@ -802,9 +802,7 @@
<chapter id="app-widgets-constructors"> <chapter id="app-widgets-constructors">
<title>Convenience Constructors</title> <title>Convenience Constructors</title>
<xi:include href="xml/gimpenumstore.xml" />
<xi:include href="xml/gimpunitstore.xml" /> <xi:include href="xml/gimpunitstore.xml" />
<xi:include href="xml/gimpenumcombobox.xml" />
<xi:include href="xml/gimpunitcombobox.xml" /> <xi:include href="xml/gimpunitcombobox.xml" />
<xi:include href="xml/gimpscalecombobox.xml" /> <xi:include href="xml/gimpscalecombobox.xml" />
<xi:include href="xml/gimpenumwidgets.xml" /> <xi:include href="xml/gimpenumwidgets.xml" />

View File

@ -3731,44 +3731,6 @@ GIMP_IS_STRING_ACTION_CLASS
GIMP_STRING_ACTION_GET_CLASS GIMP_STRING_ACTION_GET_CLASS
</SECTION> </SECTION>
<SECTION>
<FILE>gimpenumstore</FILE>
<TITLE>GimpEnumStore</TITLE>
GimpEnumStore
gimp_enum_store_new
gimp_enum_store_new_with_range
gimp_enum_store_new_with_values
gimp_enum_store_new_with_values_valist
gimp_enum_store_set_stock_prefix
<SUBSECTION Standard>
GimpEnumStoreClass
GIMP_ENUM_STORE
GIMP_IS_ENUM_STORE
GIMP_TYPE_ENUM_STORE
gimp_enum_store_get_type
GIMP_ENUM_STORE_CLASS
GIMP_IS_ENUM_STORE_CLASS
GIMP_ENUM_STORE_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpenumcombobox</FILE>
<TITLE>GimpEnumComboBox</TITLE>
GimpEnumComboBox
gimp_enum_combo_box_new
gimp_enum_combo_box_set_stock_prefix
gimp_enum_combo_box_set_visible
<SUBSECTION Standard>
GimpEnumComboBoxClass
GIMP_ENUM_COMBO_BOX
GIMP_IS_ENUM_COMBO_BOX
GIMP_TYPE_ENUM_COMBO_BOX
gimp_enum_combo_box_get_type
GIMP_ENUM_COMBO_BOX_CLASS
GIMP_IS_ENUM_COMBO_BOX_CLASS
GIMP_ENUM_COMBO_BOX_GET_CLASS
</SECTION>
<SECTION> <SECTION>
<FILE>gimpblobeditor</FILE> <FILE>gimpblobeditor</FILE>
<TITLE>GimpBlobEditor</TITLE> <TITLE>GimpBlobEditor</TITLE>

View File

@ -97,8 +97,6 @@ gimp_drawable_tree_view_get_type
gimp_editor_get_type gimp_editor_get_type
gimp_ellipse_select_tool_get_type gimp_ellipse_select_tool_get_type
gimp_enum_action_get_type gimp_enum_action_get_type
gimp_enum_combo_box_get_type
gimp_enum_store_get_type
gimp_environ_table_get_type gimp_environ_table_get_type
gimp_eraser_get_type gimp_eraser_get_type
gimp_eraser_options_get_type gimp_eraser_options_get_type

View File

@ -27,6 +27,8 @@
<xi:include href="xml/gimpcolorscale.xml" /> <xi:include href="xml/gimpcolorscale.xml" />
<xi:include href="xml/gimpcolorselection.xml" /> <xi:include href="xml/gimpcolorselection.xml" />
<xi:include href="xml/gimpdialog.xml" /> <xi:include href="xml/gimpdialog.xml" />
<xi:include href="xml/gimpenumstore.xml" />
<xi:include href="xml/gimpenumcombobox.xml" />
<xi:include href="xml/gimpfileentry.xml" /> <xi:include href="xml/gimpfileentry.xml" />
<xi:include href="xml/gimpframe.xml" /> <xi:include href="xml/gimpframe.xml" />
<xi:include href="xml/gimpintcombobox.xml" /> <xi:include href="xml/gimpintcombobox.xml" />

View File

@ -171,6 +171,45 @@ GIMP_IS_COLOR_SELECTION_CLASS
GIMP_COLOR_SELECTION_GET_CLASS GIMP_COLOR_SELECTION_GET_CLASS
</SECTION> </SECTION>
<SECTION>
<FILE>gimpenumstore</FILE>
<TITLE>GimpEnumStore</TITLE>
GimpEnumStore
gimp_enum_store_new
gimp_enum_store_new_with_range
gimp_enum_store_new_with_values
gimp_enum_store_new_with_values_valist
gimp_enum_store_set_stock_prefix
<SUBSECTION Standard>
GimpEnumStoreClass
GIMP_ENUM_STORE
GIMP_IS_ENUM_STORE
GIMP_TYPE_ENUM_STORE
gimp_enum_store_get_type
GIMP_ENUM_STORE_CLASS
GIMP_IS_ENUM_STORE_CLASS
GIMP_ENUM_STORE_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpenumcombobox</FILE>
<TITLE>GimpEnumComboBox</TITLE>
GimpEnumComboBox
gimp_enum_combo_box_new
gimp_enum_combo_box_set_stock_prefix
gimp_enum_combo_box_set_visible
<SUBSECTION Standard>
GimpEnumComboBoxClass
GIMP_ENUM_COMBO_BOX
GIMP_IS_ENUM_COMBO_BOX
GIMP_TYPE_ENUM_COMBO_BOX
gimp_enum_combo_box_get_type
GIMP_ENUM_COMBO_BOX_CLASS
GIMP_IS_ENUM_COMBO_BOX_CLASS
GIMP_ENUM_COMBO_BOX_GET_CLASS
</SECTION>
<SECTION> <SECTION>
<FILE>gimpfileentry</FILE> <FILE>gimpfileentry</FILE>
<TITLE>GimpFileEntry</TITLE> <TITLE>GimpFileEntry</TITLE>

View File

@ -19,6 +19,8 @@ gimp_color_select_get_type
gimp_color_selection_get_type gimp_color_selection_get_type
gimp_controller_get_type gimp_controller_get_type
gimp_dialog_get_type gimp_dialog_get_type
gimp_enum_combo_box_get_type
gimp_enum_store_get_type
gimp_file_entry_get_type gimp_file_entry_get_type
gimp_frame_get_type gimp_frame_get_type
gimp_int_combo_box_get_type gimp_int_combo_box_get_type

View File

@ -0,0 +1,52 @@
<!-- ##### SECTION Title ##### -->
GimpEnumComboBox
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### STRUCT GimpEnumComboBox ##### -->
<para>
</para>
<!-- ##### FUNCTION gimp_enum_combo_box_new ##### -->
<para>
</para>
@enum_type:
@Returns:
<!-- ##### FUNCTION gimp_enum_combo_box_set_stock_prefix ##### -->
<para>
</para>
@combo_box:
@stock_prefix:
<!-- ##### FUNCTION gimp_enum_combo_box_set_visible ##### -->
<para>
</para>
@combo_box:
@func:
@data:

View File

@ -0,0 +1,75 @@
<!-- ##### SECTION Title ##### -->
GimpEnumStore
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### STRUCT GimpEnumStore ##### -->
<para>
</para>
<!-- ##### FUNCTION gimp_enum_store_new ##### -->
<para>
</para>
@enum_type:
@Returns:
<!-- ##### FUNCTION gimp_enum_store_new_with_range ##### -->
<para>
</para>
@enum_type:
@minimum:
@maximum:
@Returns:
<!-- ##### FUNCTION gimp_enum_store_new_with_values ##### -->
<para>
</para>
@enum_type:
@n_values:
@Varargs:
@Returns:
<!-- ##### FUNCTION gimp_enum_store_new_with_values_valist ##### -->
<para>
</para>
@enum_type:
@n_values:
@args:
@Returns:
<!-- ##### FUNCTION gimp_enum_store_set_stock_prefix ##### -->
<para>
</para>
@store:
@stock_prefix:

View File

@ -333,6 +333,8 @@ gimp_preview_area_image_type_bytes (GimpImageType type)
/** /**
* gimp_preview_area_new: * gimp_preview_area_new:
* *
* Creates a new #GimpPreviewArea widget.
*
* Return value: a new #GimpPreviewArea widget. * Return value: a new #GimpPreviewArea widget.
* *
* Since GIMP 2.2 * Since GIMP 2.2