libgimpwidgets/libgimpwidgets-docs.sgml

2007-02-12  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types: added GimpStringComboBox.

	* libgimpwidgets/tmpl/gimppropwidgets.sgml: regenerated.

	* libgimpwidgets/tmpl/gimpstringcombobox.sgml: new file.

svn path=/trunk/; revision=21903
This commit is contained in:
Sven Neumann
2007-02-12 16:46:36 +00:00
committed by Sven Neumann
parent c1f3b2af61
commit a08b91c7a9
6 changed files with 343 additions and 229 deletions

View File

@ -51,6 +51,7 @@
<xi:include href="xml/gimpratioentry.xml" />
<xi:include href="xml/gimpscrolledpreview.xml" />
<xi:include href="xml/gimpsizeentry.xml" />
<xi:include href="xml/gimpstringcombobox.xml" />
<xi:include href="xml/gimpunitmenu.xml" />
</part>

View File

@ -411,6 +411,24 @@ GIMP_IS_INT_COMBO_BOX_CLASS
GIMP_INT_COMBO_BOX_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpstringcombobox</FILE>
<TITLE>GimpStringComboBox</TITLE>
GimpStringComboBox
gimp_string_combo_box_new
gimp_string_combo_box_set_active
gimp_string_combo_box_get_active
<SUBSECTION Standard>
GimpStringComboBoxClass
GIMP_STRING_COMBO_BOX
GIMP_IS_STRING_COMBO_BOX
GIMP_TYPE_STRING_COMBO_BOX
gimp_string_combo_box_get_type
GIMP_STRING_COMBO_BOX_CLASS
GIMP_IS_STRING_COMBO_BOX_CLASS
GIMP_STRING_COMBO_BOX_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpmemsizeentry</FILE>
<TITLE>GimpMemsizeEntry</TITLE>
@ -844,34 +862,35 @@ gimp_label_set_attributes
<SECTION>
<FILE>gimppropwidgets</FILE>
<TITLE>GimpPropWidgets</TITLE>
gimp_prop_check_button_new
gimp_prop_boolean_combo_box_new
gimp_prop_boolean_radio_frame_new
gimp_prop_expander_new
gimp_prop_hscale_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
gimp_prop_spin_button_new
gimp_prop_scale_entry_new
gimp_prop_opacity_entry_new
gimp_prop_memsize_entry_new
gimp_prop_label_new
gimp_prop_check_button_new
gimp_prop_color_area_new
gimp_prop_coordinates_connect
gimp_prop_coordinates_new
gimp_prop_entry_new
gimp_prop_text_buffer_new
gimp_prop_enum_check_button_new
gimp_prop_enum_combo_box_new
gimp_prop_enum_label_new
gimp_prop_enum_radio_box_new
gimp_prop_enum_radio_frame_new
gimp_prop_enum_stock_box_new
gimp_prop_expander_new
gimp_prop_file_chooser_button_new
gimp_prop_file_chooser_button_new_with_dialog
gimp_prop_hscale_new
gimp_prop_int_combo_box_new
gimp_prop_label_new
gimp_prop_memsize_entry_new
gimp_prop_opacity_entry_new
gimp_prop_path_editor_new
gimp_prop_scale_entry_new
gimp_prop_size_entry_new
gimp_prop_coordinates_new
gimp_prop_coordinates_connect
gimp_prop_color_area_new
gimp_prop_unit_menu_new
gimp_prop_spin_button_new
gimp_prop_stock_image_new
gimp_prop_string_combo_box_new
gimp_prop_text_buffer_new
gimp_prop_unit_menu_new
</SECTION>
<SECTION>

View File

@ -39,5 +39,6 @@ gimp_preview_get_type
gimp_ratio_entry_get_type
gimp_scrolled_preview_get_type
gimp_size_entry_get_type
gimp_string_combo_box_get_type
gimp_unit_menu_get_type
gimp_zoom_model_get_type

View File

@ -17,17 +17,6 @@ GimpPropWidgets
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### FUNCTION gimp_prop_check_button_new ##### -->
<para>
</para>
@config:
@property_name:
@label:
@Returns:
<!-- ##### FUNCTION gimp_prop_boolean_combo_box_new ##### -->
<para>
@ -53,6 +42,147 @@ GimpPropWidgets
@Returns:
<!-- ##### FUNCTION gimp_prop_check_button_new ##### -->
<para>
</para>
@config:
@property_name:
@label:
@Returns:
<!-- ##### FUNCTION gimp_prop_color_area_new ##### -->
<para>
</para>
@config:
@property_name:
@width:
@height:
@type:
@Returns:
<!-- ##### FUNCTION gimp_prop_coordinates_connect ##### -->
<para>
</para>
@config:
@x_property_name:
@y_property_name:
@unit_property_name:
@sizeentry:
@chainbutton:
@xresolution:
@yresolution:
@Returns:
<!-- ##### FUNCTION gimp_prop_coordinates_new ##### -->
<para>
</para>
@config:
@x_property_name:
@y_property_name:
@unit_property_name:
@unit_format:
@update_policy:
@xresolution:
@yresolution:
@has_chainbutton:
@Returns:
<!-- ##### FUNCTION gimp_prop_entry_new ##### -->
<para>
</para>
@config:
@property_name:
@max_len:
@Returns:
<!-- ##### FUNCTION gimp_prop_enum_check_button_new ##### -->
<para>
</para>
@config:
@property_name:
@label:
@false_value:
@true_value:
@Returns:
<!-- ##### FUNCTION gimp_prop_enum_combo_box_new ##### -->
<para>
</para>
@config:
@property_name:
@minimum:
@maximum:
@Returns:
<!-- ##### FUNCTION gimp_prop_enum_label_new ##### -->
<para>
</para>
@config:
@property_name:
@Returns:
<!-- ##### FUNCTION gimp_prop_enum_radio_box_new ##### -->
<para>
</para>
@config:
@property_name:
@minimum:
@maximum:
@Returns:
<!-- ##### FUNCTION gimp_prop_enum_radio_frame_new ##### -->
<para>
</para>
@config:
@property_name:
@title:
@minimum:
@maximum:
@Returns:
<!-- ##### FUNCTION gimp_prop_enum_stock_box_new ##### -->
<para>
</para>
@config:
@property_name:
@stock_prefix:
@minimum:
@maximum:
@Returns:
<!-- ##### FUNCTION gimp_prop_expander_new ##### -->
<para>
@ -64,6 +194,29 @@ GimpPropWidgets
@Returns:
<!-- ##### FUNCTION gimp_prop_file_chooser_button_new ##### -->
<para>
</para>
@config:
@property_name:
@title:
@action:
@Returns:
<!-- ##### FUNCTION gimp_prop_file_chooser_button_new_with_dialog ##### -->
<para>
</para>
@config:
@property_name:
@dialog:
@Returns:
<!-- ##### FUNCTION gimp_prop_hscale_new ##### -->
<para>
@ -88,89 +241,49 @@ GimpPropWidgets
@Returns:
<!-- ##### FUNCTION gimp_prop_enum_combo_box_new ##### -->
<!-- ##### FUNCTION gimp_prop_label_new ##### -->
<para>
</para>
@config:
@property_name:
@minimum:
@maximum:
@Returns:
<!-- ##### FUNCTION gimp_prop_enum_check_button_new ##### -->
<!-- ##### FUNCTION gimp_prop_memsize_entry_new ##### -->
<para>
</para>
@config:
@property_name:
@Returns:
<!-- ##### FUNCTION gimp_prop_opacity_entry_new ##### -->
<para>
</para>
@config:
@property_name:
@table:
@column:
@row:
@label:
@false_value:
@true_value:
@Returns:
<!-- ##### FUNCTION gimp_prop_enum_label_new ##### -->
<!-- ##### FUNCTION gimp_prop_path_editor_new ##### -->
<para>
</para>
@config:
@property_name:
@Returns:
<!-- ##### FUNCTION gimp_prop_enum_radio_frame_new ##### -->
<para>
</para>
@config:
@property_name:
@title:
@minimum:
@maximum:
@Returns:
<!-- ##### FUNCTION gimp_prop_enum_radio_box_new ##### -->
<para>
</para>
@config:
@property_name:
@minimum:
@maximum:
@Returns:
<!-- ##### FUNCTION gimp_prop_enum_stock_box_new ##### -->
<para>
</para>
@config:
@property_name:
@stock_prefix:
@minimum:
@maximum:
@Returns:
<!-- ##### FUNCTION gimp_prop_spin_button_new ##### -->
<para>
</para>
@config:
@property_name:
@step_increment:
@page_increment:
@digits:
@path_property_name:
@writable_property_name:
@filesel_title:
@Returns:
@ -194,97 +307,6 @@ GimpPropWidgets
@Returns:
<!-- ##### FUNCTION gimp_prop_opacity_entry_new ##### -->
<para>
</para>
@config:
@property_name:
@table:
@column:
@row:
@label:
@Returns:
<!-- ##### FUNCTION gimp_prop_memsize_entry_new ##### -->
<para>
</para>
@config:
@property_name:
@Returns:
<!-- ##### FUNCTION gimp_prop_label_new ##### -->
<para>
</para>
@config:
@property_name:
@Returns:
<!-- ##### FUNCTION gimp_prop_entry_new ##### -->
<para>
</para>
@config:
@property_name:
@max_len:
@Returns:
<!-- ##### FUNCTION gimp_prop_text_buffer_new ##### -->
<para>
</para>
@config:
@property_name:
@max_len:
@Returns:
<!-- ##### FUNCTION gimp_prop_file_chooser_button_new ##### -->
<para>
</para>
@config:
@property_name:
@title:
@action:
@Returns:
<!-- ##### FUNCTION gimp_prop_file_chooser_button_new_with_dialog ##### -->
<para>
</para>
@config:
@property_name:
@dialog:
@Returns:
<!-- ##### FUNCTION gimp_prop_path_editor_new ##### -->
<para>
</para>
@config:
@path_property_name:
@writable_property_name:
@filesel_title:
@Returns:
<!-- ##### FUNCTION gimp_prop_size_entry_new ##### -->
<para>
@ -299,60 +321,16 @@ GimpPropWidgets
@Returns:
<!-- ##### FUNCTION gimp_prop_coordinates_new ##### -->
<para>
</para>
@config:
@x_property_name:
@y_property_name:
@unit_property_name:
@unit_format:
@update_policy:
@xresolution:
@yresolution:
@has_chainbutton:
@Returns:
<!-- ##### FUNCTION gimp_prop_coordinates_connect ##### -->
<para>
</para>
@config:
@x_property_name:
@y_property_name:
@unit_property_name:
@sizeentry:
@chainbutton:
@xresolution:
@yresolution:
@Returns:
<!-- ##### FUNCTION gimp_prop_color_area_new ##### -->
<!-- ##### FUNCTION gimp_prop_spin_button_new ##### -->
<para>
</para>
@config:
@property_name:
@width:
@height:
@type:
@Returns:
<!-- ##### FUNCTION gimp_prop_unit_menu_new ##### -->
<para>
</para>
@config:
@property_name:
@unit_format:
@step_increment:
@page_increment:
@digits:
@Returns:
@ -367,3 +345,38 @@ GimpPropWidgets
@Returns:
<!-- ##### FUNCTION gimp_prop_string_combo_box_new ##### -->
<para>
</para>
@config:
@property_name:
@store:
@id_column:
@label_column:
@Returns:
<!-- ##### FUNCTION gimp_prop_text_buffer_new ##### -->
<para>
</para>
@config:
@property_name:
@max_len:
@Returns:
<!-- ##### FUNCTION gimp_prop_unit_menu_new ##### -->
<para>
</para>
@config:
@property_name:
@unit_format:
@Returns:

View File

@ -0,0 +1,70 @@
<!-- ##### SECTION Title ##### -->
GimpStringComboBox
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### STRUCT GimpStringComboBox ##### -->
<para>
</para>
<!-- ##### ARG GimpStringComboBox:ellipsize ##### -->
<para>
</para>
<!-- ##### ARG GimpStringComboBox:id-column ##### -->
<para>
</para>
<!-- ##### ARG GimpStringComboBox:label-column ##### -->
<para>
</para>
<!-- ##### FUNCTION gimp_string_combo_box_new ##### -->
<para>
</para>
@model:
@id_column:
@label_column:
@Returns:
<!-- ##### FUNCTION gimp_string_combo_box_set_active ##### -->
<para>
</para>
@combo_box:
@id:
@Returns:
<!-- ##### FUNCTION gimp_string_combo_box_get_active ##### -->
<para>
</para>
@combo_box:
@Returns: