2005-02-05  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt: updated.

	* libgimpwidgets/tmpl/gimppropwidgets.sgml: added this new file.
This commit is contained in:
Sven Neumann
2005-02-05 11:46:45 +00:00
committed by Sven Neumann
parent 38cb04bddc
commit 5cce5393ed
3 changed files with 373 additions and 0 deletions

View File

@ -701,6 +701,36 @@ gimp_table_attach_aligned
gimp_label_set_attributes
</SECTION>
<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_int_combo_box_new
gimp_prop_enum_combo_box_new
gimp_prop_enum_check_button_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_entry_new
gimp_prop_text_buffer_new
gimp_prop_file_entry_new
gimp_prop_path_editor_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_stock_image_new
</SECTION>
<SECTION>
<FILE>gimpcolordisplay</FILE>
<TITLE>GimpColorDisplay</TITLE>

View File

@ -0,0 +1,337 @@
<!-- ##### SECTION Title ##### -->
GimpPropWidgets
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### FUNCTION gimp_prop_check_button_new ##### -->
<para>
</para>
@config:
@property_name:
@label:
@Returns:
<!-- ##### FUNCTION gimp_prop_boolean_combo_box_new ##### -->
<para>
</para>
@config:
@property_name:
@true_text:
@false_text:
@Returns:
<!-- ##### FUNCTION gimp_prop_boolean_radio_frame_new ##### -->
<para>
</para>
@config:
@property_name:
@title:
@true_text:
@false_text:
@Returns:
<!-- # Unused Parameters # -->
@label:
<!-- ##### FUNCTION gimp_prop_expander_new ##### -->
<para>
</para>
@config:
@property_name:
@label:
@Returns:
<!-- ##### FUNCTION gimp_prop_int_combo_box_new ##### -->
<para>
</para>
@config:
@property_name:
@store:
@Returns:
<!-- # Unused Parameters # -->
@int_store:
<!-- ##### FUNCTION gimp_prop_enum_combo_box_new ##### -->
<para>
</para>
@config:
@property_name:
@minimum:
@maximum:
@Returns:
<!-- ##### FUNCTION gimp_prop_enum_check_button_new ##### -->
<para>
</para>
@config:
@property_name:
@label:
@false_value:
@true_value:
@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:
@Returns:
<!-- ##### FUNCTION gimp_prop_scale_entry_new ##### -->
<para>
</para>
@config:
@property_name:
@table:
@column:
@row:
@label:
@step_increment:
@page_increment:
@digits:
@restrict_scale:
@restricted_lower:
@restricted_upper:
@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_entry_new ##### -->
<para>
</para>
@config:
@property_name:
@filesel_title:
@dir_only:
@check_valid:
@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>
</para>
@config:
@property_name:
@unit_property_name:
@unit_format:
@update_policy:
@resolution:
@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 ##### -->
<para>
</para>
@config:
@property_name:
@width:
@height:
@type:
@Returns:
<!-- ##### FUNCTION gimp_prop_unit_menu_new ##### -->
<para>
</para>
@config:
@property_name:
@unit_format:
@Returns:
<!-- ##### FUNCTION gimp_prop_stock_image_new ##### -->
<para>
</para>
@config:
@property_name:
@icon_size:
@Returns: