libgimpwidgets/libgimpwidgets-docs.sgml

2005-06-25  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types
	* libgimpwidgets/tmpl/gimpenumlabel.sgml
	* libgimpwidgets/tmpl/gimppropwidgets.sgml: added GimpEnumLabel.
This commit is contained in:
Sven Neumann 2005-06-24 23:09:40 +00:00 committed by Sven Neumann
parent df7a0937df
commit 449080818b
6 changed files with 79 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2005-06-25 Sven Neumann <sven@gimp.org>
* libgimpwidgets/libgimpwidgets-docs.sgml
* libgimpwidgets/libgimpwidgets-sections.txt
* libgimpwidgets/libgimpwidgets.types
* libgimpwidgets/tmpl/gimpenumlabel.sgml
* libgimpwidgets/tmpl/gimppropwidgets.sgml: added GimpEnumLabel.
2005-06-24 Sven Neumann <sven@gimp.org>
* libgimpconfig/tmpl/gimpcolorconfig.sgml

View file

@ -34,6 +34,7 @@
<xi:include href="xml/gimpdialog.xml" />
<xi:include href="xml/gimpenumstore.xml" />
<xi:include href="xml/gimpenumcombobox.xml" />
<xi:include href="xml/gimpenumlabel.xml" />
<xi:include href="xml/gimpfileentry.xml" />
<xi:include href="xml/gimpframe.xml" />
<xi:include href="xml/gimpintcombobox.xml" />

View file

@ -232,6 +232,23 @@ GIMP_IS_ENUM_COMBO_BOX_CLASS
GIMP_ENUM_COMBO_BOX_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpenumlabel</FILE>
<TITLE>GimpEnumLabel</TITLE>
GimpEnumLabel
gimp_enum_label_new
gimp_enum_label_set_value
<SUBSECTION Standard>
GimpEnumLabelClass
GIMP_ENUM_LABEL
GIMP_IS_ENUM_LABEL
GIMP_TYPE_ENUM_LABEL
gimp_enum_label_get_type
GIMP_ENUM_LABEL_CLASS
GIMP_IS_ENUM_LABEL_CLASS
GIMP_ENUM_LABEL_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpfileentry</FILE>
<TITLE>GimpFileEntry</TITLE>
@ -743,6 +760,7 @@ gimp_prop_expander_new
gimp_prop_int_combo_box_new
gimp_prop_enum_combo_box_new
gimp_prop_enum_check_button_new
gimp_prop_enum_label_new
gimp_prop_enum_radio_frame_new
gimp_prop_enum_radio_box_new
gimp_prop_enum_stock_box_new

View file

@ -20,6 +20,7 @@ gimp_color_selection_get_type
gimp_controller_get_type
gimp_dialog_get_type
gimp_enum_combo_box_get_type
gimp_enum_label_get_type
gimp_enum_store_get_type
gimp_file_entry_get_type
gimp_frame_get_type

View file

@ -0,0 +1,41 @@
<!-- ##### SECTION Title ##### -->
GimpEnumLabel
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### STRUCT GimpEnumLabel ##### -->
<para>
</para>
<!-- ##### FUNCTION gimp_enum_label_new ##### -->
<para>
</para>
@enum_type:
@value:
@Returns:
<!-- ##### FUNCTION gimp_enum_label_set_value ##### -->
<para>
</para>
@label:
@value:

View file

@ -97,6 +97,16 @@ GimpPropWidgets
@Returns:
<!-- ##### FUNCTION gimp_prop_enum_label_new ##### -->
<para>
</para>
@config:
@property_name:
@Returns:
<!-- ##### FUNCTION gimp_prop_enum_radio_frame_new ##### -->
<para>