libgimp/gimpchainbutton.c documentation updates.

2000-02-18  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpchainbutton.c
	* libgimp/gimpcolorbutton.c: documentation updates.

2000-02-18  Michael Natterer  <mitch@gimp.org>

	* libgimp/Makefile.am
	* libgimp/tmpl/gimpvector.sgml
	* libgimp/tmpl/gimppixmap.sgml: new files.

	* libgimp/libgimp-decl.txt
	* libgimp/libgimp-docs.sgml
	* libgimp/libgimp-sections.txt
	* libgimp/libgimp.hierarchy
	* libgimp/libgimp.types
	* libgimp/tmpl/gimpchainbutton.sgml
	* libgimp/tmpl/gimpcolorbutton.sgml
	* libgimp/tmpl/gimpdialog.sgml
	* libgimp/tmpl/gimpfileselection.sgml
	* libgimp/tmpl/gimphelpui.sgml
	* libgimp/tmpl/gimpmath.sgml
	* libgimp/tmpl/gimpmatrix.sgml
	* libgimp/tmpl/gimpmenu.sgml
	* libgimp/tmpl/gimppatheditor.sgml
	* libgimp/tmpl/gimpsizeentry.sgml
	* libgimp/tmpl/gimpunitmenu.sgml
	* libgimp/tmpl/gimpwidgets.sgml
	* libgimp/tmpl/libgimp-unused.sgml: various minor updates. Added
	short descriptions for all libgimpui sections.
This commit is contained in:
Michael Natterer
2000-02-18 16:00:19 +00:00
committed by Michael Natterer
parent c509d49bf6
commit 7b6dffa66a
26 changed files with 1741 additions and 914 deletions

View File

@ -1,3 +1,8 @@
2000-02-18 Michael Natterer <mitch@gimp.org>
* libgimp/gimpchainbutton.c
* libgimp/gimpcolorbutton.c: documentation updates.
Fri Feb 18 16:20:25 CET 2000 Sven Neumann <sven@gimp.org> Fri Feb 18 16:20:25 CET 2000 Sven Neumann <sven@gimp.org>
* libgimp/gimppatheditor.c * libgimp/gimppatheditor.c

View File

@ -1,3 +1,29 @@
2000-02-18 Michael Natterer <mitch@gimp.org>
* libgimp/Makefile.am
* libgimp/tmpl/gimpvector.sgml
* libgimp/tmpl/gimppixmap.sgml: new files.
* libgimp/libgimp-decl.txt
* libgimp/libgimp-docs.sgml
* libgimp/libgimp-sections.txt
* libgimp/libgimp.hierarchy
* libgimp/libgimp.types
* libgimp/tmpl/gimpchainbutton.sgml
* libgimp/tmpl/gimpcolorbutton.sgml
* libgimp/tmpl/gimpdialog.sgml
* libgimp/tmpl/gimpfileselection.sgml
* libgimp/tmpl/gimphelpui.sgml
* libgimp/tmpl/gimpmath.sgml
* libgimp/tmpl/gimpmatrix.sgml
* libgimp/tmpl/gimpmenu.sgml
* libgimp/tmpl/gimppatheditor.sgml
* libgimp/tmpl/gimpsizeentry.sgml
* libgimp/tmpl/gimpunitmenu.sgml
* libgimp/tmpl/gimpwidgets.sgml
* libgimp/tmpl/libgimp-unused.sgml: various minor updates. Added
short descriptions for all libgimpui sections.
Mon Feb 14 16:41:31 CET 2000 Sven Neumann <sven@gimp.org> Mon Feb 14 16:41:31 CET 2000 Sven Neumann <sven@gimp.org>
* libgimp/Makefile.am: there was a slash missing in EXTRA_DIST * libgimp/Makefile.am: there was a slash missing in EXTRA_DIST

View File

@ -35,12 +35,14 @@ tmpl_sources = \
tmpl/gimpmenu.sgml \ tmpl/gimpmenu.sgml \
tmpl/gimpmodule.sgml \ tmpl/gimpmodule.sgml \
tmpl/gimppatheditor.sgml \ tmpl/gimppatheditor.sgml \
tmpl/gimppixmap.sgml \
tmpl/gimpprotocol.sgml \ tmpl/gimpprotocol.sgml \
tmpl/gimpquerybox.sgml \ tmpl/gimpquerybox.sgml \
tmpl/gimpsizeentry.sgml \ tmpl/gimpsizeentry.sgml \
tmpl/gimpui.sgml \ tmpl/gimpui.sgml \
tmpl/gimpunit.sgml \ tmpl/gimpunit.sgml \
tmpl/gimpunitmenu.sgml \ tmpl/gimpunitmenu.sgml \
tmpl/gimpvector.sgml \
tmpl/gimpwidgets.sgml \ tmpl/gimpwidgets.sgml \
tmpl/gimpwire.sgml \ tmpl/gimpwire.sgml \
tmpl/libgimp-unused.sgml \ tmpl/libgimp-unused.sgml \

File diff suppressed because it is too large Load Diff

View File

@ -22,6 +22,7 @@
<!entity GimpColorButton SYSTEM "sgml/gimpcolorbutton.sgml"> <!entity GimpColorButton SYSTEM "sgml/gimpcolorbutton.sgml">
<!entity GimpFileSelection SYSTEM "sgml/gimpfileselection.sgml"> <!entity GimpFileSelection SYSTEM "sgml/gimpfileselection.sgml">
<!entity GimpPathEditor SYSTEM "sgml/gimppatheditor.sgml"> <!entity GimpPathEditor SYSTEM "sgml/gimppatheditor.sgml">
<!entity GimpPixmap SYSTEM "sgml/gimppixmap.sgml">
<!entity GimpSizeEntry SYSTEM "sgml/gimpsizeentry.sgml"> <!entity GimpSizeEntry SYSTEM "sgml/gimpsizeentry.sgml">
<!entity GimpUnitMenu SYSTEM "sgml/gimpunitmenu.sgml"> <!entity GimpUnitMenu SYSTEM "sgml/gimpunitmenu.sgml">
<!entity libgimp-gimpdialog SYSTEM "sgml/gimpdialog.sgml"> <!entity libgimp-gimpdialog SYSTEM "sgml/gimpdialog.sgml">
@ -29,6 +30,7 @@
<!entity libgimp-gimpmenu SYSTEM "sgml/gimpmenu.sgml"> <!entity libgimp-gimpmenu SYSTEM "sgml/gimpmenu.sgml">
<!entity libgimp-gimpquerybox SYSTEM "sgml/gimpquerybox.sgml"> <!entity libgimp-gimpquerybox SYSTEM "sgml/gimpquerybox.sgml">
<!entity libgimp-gimpunit SYSTEM "sgml/gimpunit.sgml"> <!entity libgimp-gimpunit SYSTEM "sgml/gimpunit.sgml">
<!entity libgimp-gimpvector SYSTEM "sgml/gimpvector.sgml">
<!entity libgimp-gimpwidgets SYSTEM "sgml/gimpwidgets.sgml"> <!entity libgimp-gimpwidgets SYSTEM "sgml/gimpwidgets.sgml">
]> ]>
<book> <book>
@ -52,6 +54,7 @@
&libgimp-gimpenv; &libgimp-gimpenv;
&libgimp-gimpmatrix; &libgimp-gimpmatrix;
&libgimp-gimpprotocol; &libgimp-gimpprotocol;
&libgimp-gimpvector;
&libgimp-gimpwire; &libgimp-gimpwire;
&libgimp-parasite; &libgimp-parasite;
&libgimp-parasiteio; &libgimp-parasiteio;
@ -65,6 +68,7 @@
&GimpColorButton; &GimpColorButton;
&GimpFileSelection; &GimpFileSelection;
&GimpPathEditor; &GimpPathEditor;
&GimpPixmap;
&GimpSizeEntry; &GimpSizeEntry;
&GimpUnitMenu; &GimpUnitMenu;
&libgimp-gimpdialog; &libgimp-gimpdialog;
@ -83,9 +87,3 @@
&libgimp-color-selector; &libgimp-color-selector;
</chapter> </chapter>
</book> </book>

View File

@ -433,21 +433,52 @@ wire_write_string
<SECTION> <SECTION>
<FILE>gimpmatrix</FILE> <FILE>gimpmatrix</FILE>
GimpMatrix[3][3] GimpMatrix3[3][3]
gimp_matrix_transform_point GimpMatrix4[4][4]
gimp_matrix_mult gimp_matrix3_transform_point
gimp_matrix_identity gimp_matrix3_mult
gimp_matrix_translate gimp_matrix3_identity
gimp_matrix_scale gimp_matrix3_translate
gimp_matrix_rotate gimp_matrix3_scale
gimp_matrix_xshear gimp_matrix3_rotate
gimp_matrix_yshear gimp_matrix3_xshear
gimp_matrix_determinant gimp_matrix3_yshear
gimp_matrix_invert gimp_matrix3_determinant
gimp_matrix_duplicate gimp_matrix3_invert
gimp_matrix_is_diagonal gimp_matrix3_duplicate
gimp_matrix_is_identity gimp_matrix3_is_diagonal
gimp_matrix_is_simple gimp_matrix3_is_identity
gimp_matrix3_is_simple
gimp_matrix4_to_deg
</SECTION>
<SECTION>
<FILE>gimpvector</FILE>
GimpVector2
GimpVector3
GimpVector4
gimp_vector2_set
gimp_vector2_add
gimp_vector2_sub
gimp_vector2_neg
gimp_vector2_mul
gimp_vector2_inner_product
gimp_vector2_cross_product
gimp_vector2_normalize
gimp_vector2_length
gimp_vector2_rotate
gimp_vector3_set
gimp_vector3_add
gimp_vector3_sub
gimp_vector3_neg
gimp_vector3_mul
gimp_vector3_inner_product
gimp_vector3_cross_product
gimp_vector3_normalize
gimp_vector3_length
gimp_vector3_rotate
gimp_vector_3d_to_2d
gimp_vector_2d_to_3d
</SECTION> </SECTION>
<SECTION> <SECTION>
@ -514,6 +545,8 @@ ROUND
SQR SQR
MAX255 MAX255
CLAMP0255 CLAMP0255
gimp_deg_to_rad
gimp_rad_to_deg
</SECTION> </SECTION>
<SECTION> <SECTION>
@ -610,8 +643,6 @@ GIMP_HAVE_NEW_ENUMS
GIMP_HAVE_EXPORT GIMP_HAVE_EXPORT
</SECTION> </SECTION>
<SECTION> <SECTION>
<FILE>gimpchainbutton</FILE> <FILE>gimpchainbutton</FILE>
GimpChainButton GimpChainButton
@ -635,6 +666,7 @@ GimpColorButton
GIMP_COLOR_BUTTON GIMP_COLOR_BUTTON
<TITLE>GimpColorButton</TITLE> <TITLE>GimpColorButton</TITLE>
gimp_color_button_new gimp_color_button_new
gimp_color_button_double_new
gimp_color_button_update gimp_color_button_update
<SUBSECTION Standard> <SUBSECTION Standard>
GIMP_TYPE_COLOR_BUTTON GIMP_TYPE_COLOR_BUTTON
@ -675,6 +707,20 @@ GIMP_PATH_EDITOR_CLASS
GIMP_IS_PATH_EDITOR_CLASS GIMP_IS_PATH_EDITOR_CLASS
</SECTION> </SECTION>
<SECTION>
<FILE>gimppixmap</FILE>
GimpPixmap
GIMP_PIXMAP
<TITLE>GimpPixmap</TITLE>
gimp_pixmap_new
<SUBSECTION Standard>
GIMP_TYPE_PIXMAP
GIMP_IS_PIXMAP
gimp_pixmap_get_type
GIMP_PIXMAP_CLASS
GIMP_IS_PIXMAP_CLASS
</SECTION>
<SECTION> <SECTION>
<FILE>gimpquerybox</FILE> <FILE>gimpquerybox</FILE>
GimpQueryStringCallback GimpQueryStringCallback
@ -818,8 +864,14 @@ gimp_radio_group_new
gimp_radio_group_new2 gimp_radio_group_new2
gimp_spin_button_new gimp_spin_button_new
gimp_scale_entry_new gimp_scale_entry_new
GIMP_SCALE_ENTRY_LABEL
GIMP_SCALE_ENTRY_SCALE
GIMP_SCALE_ENTRY_SCALE_ADJ
GIMP_SCALE_ENTRY_SPINBUTTON
GIMP_SCALE_ENTRY_SPINBUTTON_ADJ
gimp_random_seed_new gimp_random_seed_new
gimp_coordinates_new gimp_coordinates_new
gimp_pixmap_button_new
gimp_toggle_button_update gimp_toggle_button_update
gimp_menu_item_update gimp_menu_item_update
gimp_radio_button_update gimp_radio_button_update

View File

@ -14,3 +14,6 @@ GtkObject
GimpFileSelection GimpFileSelection
GtkVBox GtkVBox
GimpPathEditor GimpPathEditor
GtkMisc
GtkPixmap
GimpPixmap

View File

@ -6,5 +6,6 @@ gimp_chain_button_get_type
gimp_color_button_get_type gimp_color_button_get_type
gimp_file_selection_get_type gimp_file_selection_get_type
gimp_path_editor_get_type gimp_path_editor_get_type
gimp_pixmap_get_type
gimp_size_entry_get_type gimp_size_entry_get_type
gimp_unit_menu_get_type gimp_unit_menu_get_type

View File

@ -23,7 +23,7 @@ necessary.
<!-- ##### SECTION See_Also ##### --> <!-- ##### SECTION See_Also ##### -->
<para> <para>
You may want to use the convenience function gimp_coordinates_new() to set You may want to use the convenience function gimp_coordinates_new() to set
up two GimpSizeEntries (see #GimpSizeEntry) linked with a #GimpChainbutton. up two GimpSizeEntries (see #GimpSizeEntry) linked with a #GimpChainButton.
</para> </para>
<!-- ##### STRUCT GimpChainButton ##### --> <!-- ##### STRUCT GimpChainButton ##### -->
@ -35,7 +35,7 @@ up two GimpSizeEntries (see #GimpSizeEntry) linked with a #GimpChainbutton.
<!-- ##### MACRO GIMP_CHAIN_BUTTON ##### --> <!-- ##### MACRO GIMP_CHAIN_BUTTON ##### -->
<para> <para>
Checks if the passed pointer is a pointer to a #GimpChainButton and Checks if the passed pointer is a pointer to a #GimpChainButton and
performes the cast if valid. performs the cast if valid.
</para> </para>
@obj: The pointer to cast. @obj: The pointer to cast.

View File

@ -33,7 +33,7 @@ Note that the color is changed in place.
<!-- ##### MACRO GIMP_COLOR_BUTTON ##### --> <!-- ##### MACRO GIMP_COLOR_BUTTON ##### -->
<para> <para>
Checks if the passed pointer is a pointer to a #GimpColorButton and Checks if the passed pointer is a pointer to a #GimpColorButton and
performes the cast if valid. performs the cast if valid.
</para> </para>
@obj: The pointer to cast. @obj: The pointer to cast.
@ -52,6 +52,19 @@ performes the cast if valid.
@Returns: @Returns:
<!-- ##### FUNCTION gimp_color_button_double_new ##### -->
<para>
</para>
@title:
@width:
@height:
@color:
@bpp:
@Returns:
<!-- ##### FUNCTION gimp_color_button_update ##### --> <!-- ##### FUNCTION gimp_color_button_update ##### -->
<para> <para>

View File

@ -2,7 +2,8 @@
gimpdialog gimpdialog
<!-- ##### SECTION Short_Description ##### --> <!-- ##### SECTION Short_Description ##### -->
Constructors for #GtkDialog's and action_areas as well as other
dialog-related stuff.
<!-- ##### SECTION Long_Description ##### --> <!-- ##### SECTION Long_Description ##### -->
<para> <para>

View File

@ -40,7 +40,7 @@ will be emitted.
<!-- ##### MACRO GIMP_FILE_SELECTION ##### --> <!-- ##### MACRO GIMP_FILE_SELECTION ##### -->
<para> <para>
Checks if the passed pointer is a pointer to a #GimpFileSelection and Checks if the passed pointer is a pointer to a #GimpFileSelection and
performes the cast if valid. performs the cast if valid.
</para> </para>
@obj: The pointer to cast. @obj: The pointer to cast.

View File

@ -2,7 +2,8 @@
gimphelpui gimphelpui
<!-- ##### SECTION Short_Description ##### --> <!-- ##### SECTION Short_Description ##### -->
Functions for setting #GtkTooltips and HTML links into the GIMP help
system.
<!-- ##### SECTION Long_Description ##### --> <!-- ##### SECTION Long_Description ##### -->
<para> <para>
@ -20,8 +21,6 @@ gimphelpui
</para> </para>
@help_data: @help_data:
<!-- # Unused Parameters # -->
@Param1:
<!-- ##### FUNCTION gimp_help_init ##### --> <!-- ##### FUNCTION gimp_help_init ##### -->

View File

@ -18,13 +18,19 @@ basic matrix manipulations and tests.
</para> </para>
<!-- ##### TYPEDEF GimpMatrix[3][3] ##### --> <!-- ##### TYPEDEF GimpMatrix3[3][3] ##### -->
<para> <para>
</para> </para>
<!-- ##### FUNCTION gimp_matrix_transform_point ##### --> <!-- ##### TYPEDEF GimpMatrix4[4][4] ##### -->
<para>
</para>
<!-- ##### FUNCTION gimp_matrix3_transform_point ##### -->
<para> <para>
</para> </para>
@ -36,7 +42,7 @@ basic matrix manipulations and tests.
@newy: @newy:
<!-- ##### FUNCTION gimp_matrix_mult ##### --> <!-- ##### FUNCTION gimp_matrix3_mult ##### -->
<para> <para>
</para> </para>
@ -45,7 +51,7 @@ basic matrix manipulations and tests.
@matrix2: @matrix2:
<!-- ##### FUNCTION gimp_matrix_identity ##### --> <!-- ##### FUNCTION gimp_matrix3_identity ##### -->
<para> <para>
</para> </para>
@ -53,7 +59,7 @@ basic matrix manipulations and tests.
@matrix: @matrix:
<!-- ##### FUNCTION gimp_matrix_translate ##### --> <!-- ##### FUNCTION gimp_matrix3_translate ##### -->
<para> <para>
</para> </para>
@ -63,7 +69,7 @@ basic matrix manipulations and tests.
@y: @y:
<!-- ##### FUNCTION gimp_matrix_scale ##### --> <!-- ##### FUNCTION gimp_matrix3_scale ##### -->
<para> <para>
</para> </para>
@ -73,7 +79,7 @@ basic matrix manipulations and tests.
@y: @y:
<!-- ##### FUNCTION gimp_matrix_rotate ##### --> <!-- ##### FUNCTION gimp_matrix3_rotate ##### -->
<para> <para>
</para> </para>
@ -82,7 +88,7 @@ basic matrix manipulations and tests.
@theta: @theta:
<!-- ##### FUNCTION gimp_matrix_xshear ##### --> <!-- ##### FUNCTION gimp_matrix3_xshear ##### -->
<para> <para>
</para> </para>
@ -91,7 +97,7 @@ basic matrix manipulations and tests.
@amount: @amount:
<!-- ##### FUNCTION gimp_matrix_yshear ##### --> <!-- ##### FUNCTION gimp_matrix3_yshear ##### -->
<para> <para>
</para> </para>
@ -100,7 +106,7 @@ basic matrix manipulations and tests.
@amount: @amount:
<!-- ##### FUNCTION gimp_matrix_determinant ##### --> <!-- ##### FUNCTION gimp_matrix3_determinant ##### -->
<para> <para>
</para> </para>
@ -109,7 +115,7 @@ basic matrix manipulations and tests.
@Returns: @Returns:
<!-- ##### FUNCTION gimp_matrix_invert ##### --> <!-- ##### FUNCTION gimp_matrix3_invert ##### -->
<para> <para>
</para> </para>
@ -118,7 +124,7 @@ basic matrix manipulations and tests.
@matrix_inv: @matrix_inv:
<!-- ##### FUNCTION gimp_matrix_duplicate ##### --> <!-- ##### FUNCTION gimp_matrix3_duplicate ##### -->
<para> <para>
</para> </para>
@ -127,7 +133,7 @@ basic matrix manipulations and tests.
@target: @target:
<!-- ##### FUNCTION gimp_matrix_is_diagonal ##### --> <!-- ##### FUNCTION gimp_matrix3_is_diagonal ##### -->
<para> <para>
</para> </para>
@ -136,7 +142,7 @@ basic matrix manipulations and tests.
@Returns: @Returns:
<!-- ##### FUNCTION gimp_matrix_is_identity ##### --> <!-- ##### FUNCTION gimp_matrix3_is_identity ##### -->
<para> <para>
</para> </para>
@ -145,7 +151,7 @@ basic matrix manipulations and tests.
@Returns: @Returns:
<!-- ##### FUNCTION gimp_matrix_is_simple ##### --> <!-- ##### FUNCTION gimp_matrix3_is_simple ##### -->
<para> <para>
</para> </para>
@ -154,3 +160,14 @@ basic matrix manipulations and tests.
@Returns: @Returns:
<!-- ##### FUNCTION gimp_matrix4_to_deg ##### -->
<para>
</para>
@matrix:
@a:
@b:
@c:

View File

@ -2,7 +2,7 @@
gimpmenu gimpmenu
<!-- ##### SECTION Short_Description ##### --> <!-- ##### SECTION Short_Description ##### -->
Widgets and functions for selecting images, layers, brushes, patterns etc.
<!-- ##### SECTION Long_Description ##### --> <!-- ##### SECTION Long_Description ##### -->
<para> <para>

View File

@ -39,7 +39,7 @@ the search path, the "path_changed" signal will be emitted.
<!-- ##### MACRO GIMP_PATH_EDITOR ##### --> <!-- ##### MACRO GIMP_PATH_EDITOR ##### -->
<para> <para>
Checks if the passed pointer is a pointer to a #GimpPathEditor and Checks if the passed pointer is a pointer to a #GimpPathEditor and
performes the cast if valid. performs the cast if valid.
</para> </para>
@obj: The pointer to cast. @obj: The pointer to cast.

View File

@ -0,0 +1,40 @@
<!-- ##### SECTION Title ##### -->
GimpPixmap
<!-- ##### SECTION Short_Description ##### -->
Widget which creates a #GtkPixmap from XPM data.
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
gimp_pixmap_button_new()
</para>
<!-- ##### STRUCT GimpPixmap ##### -->
<para>
</para>
<!-- ##### MACRO GIMP_PIXMAP ##### -->
<para>
Checks if the passed pointer is a pointer to a #GimpPixmap and
performs the cast if valid.
</para>
@obj: The pointer to cast.
<!-- ##### FUNCTION gimp_pixmap_new ##### -->
<para>
</para>
@xpm_data:
@Returns:

View File

@ -48,7 +48,7 @@ real-world-unit.
<!-- ##### MACRO GIMP_SIZE_ENTRY ##### --> <!-- ##### MACRO GIMP_SIZE_ENTRY ##### -->
<para> <para>
Checks if the passed pointer is a pointer to a #GimpSizeEntry and Checks if the passed pointer is a pointer to a #GimpSizeEntry and
performes the cast if valid. performs the cast if valid.
</para> </para>
@obj: The pointer to cast. @obj: The pointer to cast.

View File

@ -39,7 +39,7 @@ Whenever the user selects a unit from the menu or the dialog, the
<!-- ##### MACRO GIMP_UNIT_MENU ##### --> <!-- ##### MACRO GIMP_UNIT_MENU ##### -->
<para> <para>
Checks if the passed pointer is a pointer to a #GimpUnitMenu and Checks if the passed pointer is a pointer to a #GimpUnitMenu and
performes the cast if valid. performs the cast if valid.
</para> </para>
@obj: The pointer to cast. @obj: The pointer to cast.

View File

@ -0,0 +1,262 @@
<!-- ##### SECTION Title ##### -->
gimpvector
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### STRUCT GimpVector2 ##### -->
<para>
</para>
@x:
@y:
<!-- ##### STRUCT GimpVector3 ##### -->
<para>
</para>
@x:
@y:
@z:
<!-- ##### STRUCT GimpVector4 ##### -->
<para>
</para>
@x:
@y:
@z:
@w:
<!-- ##### FUNCTION gimp_vector2_set ##### -->
<para>
</para>
@vector:
@x:
@y:
<!-- ##### FUNCTION gimp_vector2_add ##### -->
<para>
</para>
@result:
@vector1:
@vector2:
<!-- ##### FUNCTION gimp_vector2_sub ##### -->
<para>
</para>
@result:
@vector1:
@vector2:
<!-- ##### FUNCTION gimp_vector2_neg ##### -->
<para>
</para>
@vector:
<!-- ##### FUNCTION gimp_vector2_mul ##### -->
<para>
</para>
@vector:
@factor:
<!-- ##### FUNCTION gimp_vector2_inner_product ##### -->
<para>
</para>
@vector1:
@vector2:
@Returns:
<!-- ##### FUNCTION gimp_vector2_cross_product ##### -->
<para>
</para>
@vector1:
@vector2:
@Returns:
<!-- ##### FUNCTION gimp_vector2_normalize ##### -->
<para>
</para>
@vector:
<!-- ##### FUNCTION gimp_vector2_length ##### -->
<para>
</para>
@vector:
@Returns:
<!-- ##### FUNCTION gimp_vector2_rotate ##### -->
<para>
</para>
@vector:
@alpha:
<!-- ##### FUNCTION gimp_vector3_set ##### -->
<para>
</para>
@vector:
@x:
@y:
@z:
<!-- ##### FUNCTION gimp_vector3_add ##### -->
<para>
</para>
@result:
@vector1:
@vector2:
<!-- ##### FUNCTION gimp_vector3_sub ##### -->
<para>
</para>
@result:
@vector1:
@vector2:
<!-- ##### FUNCTION gimp_vector3_neg ##### -->
<para>
</para>
@vector:
<!-- ##### FUNCTION gimp_vector3_mul ##### -->
<para>
</para>
@vector:
@factor:
<!-- ##### FUNCTION gimp_vector3_inner_product ##### -->
<para>
</para>
@vector1:
@vector2:
@Returns:
<!-- ##### FUNCTION gimp_vector3_cross_product ##### -->
<para>
</para>
@vector1:
@vector2:
@Returns:
<!-- ##### FUNCTION gimp_vector3_normalize ##### -->
<para>
</para>
@vector:
<!-- ##### FUNCTION gimp_vector3_length ##### -->
<para>
</para>
@vector:
@Returns:
<!-- ##### FUNCTION gimp_vector3_rotate ##### -->
<para>
</para>
@vector:
@alpha:
@beta:
@gamma:
<!-- ##### FUNCTION gimp_vector_3d_to_2d ##### -->
<para>
</para>
@sx:
@sy:
@w:
@h:
@x:
@y:
@vp:
@p:
<!-- ##### FUNCTION gimp_vector_2d_to_3d ##### -->
<para>
</para>
@sx:
@sy:
@w:
@h:
@x:
@y:
@vp:
@p:

View File

@ -2,7 +2,8 @@
gimpwidgets gimpwidgets
<!-- ##### SECTION Short_Description ##### --> <!-- ##### SECTION Short_Description ##### -->
A collection of convenient widget constructors, standard callbacks and
helper functions.
<!-- ##### SECTION Long_Description ##### --> <!-- ##### SECTION Long_Description ##### -->
<para> <para>
@ -113,6 +114,46 @@ gimpwidgets
@Returns: @Returns:
<!-- ##### MACRO GIMP_SCALE_ENTRY_LABEL ##### -->
<para>
</para>
@adj:
<!-- ##### MACRO GIMP_SCALE_ENTRY_SCALE ##### -->
<para>
</para>
@adj:
<!-- ##### MACRO GIMP_SCALE_ENTRY_SCALE_ADJ ##### -->
<para>
</para>
@adj:
<!-- ##### MACRO GIMP_SCALE_ENTRY_SPINBUTTON ##### -->
<para>
</para>
@adj:
<!-- ##### MACRO GIMP_SCALE_ENTRY_SPINBUTTON_ADJ ##### -->
<para>
</para>
@adj:
<!-- ##### FUNCTION gimp_random_seed_new ##### --> <!-- ##### FUNCTION gimp_random_seed_new ##### -->
<para> <para>
@ -158,6 +199,15 @@ gimpwidgets
@Returns: @Returns:
<!-- ##### FUNCTION gimp_pixmap_button_new ##### -->
<para>
</para>
@xpm_data:
@Returns:
<!-- ##### FUNCTION gimp_toggle_button_update ##### --> <!-- ##### FUNCTION gimp_toggle_button_update ##### -->
<para> <para>

View File

@ -0,0 +1,122 @@
<!-- ##### FUNCTION gimp_matrix_yshear ##### -->
<para>
</para>
@matrix:
@amount:
<!-- ##### FUNCTION gimp_matrix_identity ##### -->
<para>
</para>
@matrix:
<!-- ##### FUNCTION gimp_matrix_determinant ##### -->
<para>
</para>
@matrix:
@Returns:
<!-- ##### FUNCTION gimp_matrix_mult ##### -->
<para>
</para>
@matrix1:
@matrix2:
<!-- ##### FUNCTION gimp_matrix_is_identity ##### -->
<para>
</para>
@matrix:
@Returns:
<!-- ##### FUNCTION gimp_matrix_translate ##### -->
<para>
</para>
@matrix:
@x:
@y:
<!-- ##### FUNCTION gimp_matrix_duplicate ##### -->
<para>
</para>
@src:
@target:
<!-- ##### FUNCTION gimp_matrix_scale ##### -->
<para>
</para>
@matrix:
@x:
@y:
<!-- ##### FUNCTION gimp_matrix_invert ##### -->
<para>
</para>
@matrix:
@matrix_inv:
<!-- ##### FUNCTION gimp_matrix_is_simple ##### -->
<para>
</para>
@matrix:
@Returns:
<!-- ##### FUNCTION gimp_matrix_transform_point ##### -->
<para>
</para>
@matrix:
@x:
@y:
@newx:
@newy:
<!-- ##### FUNCTION gimp_matrix_xshear ##### -->
<para>
</para>
@matrix:
@amount:
<!-- ##### FUNCTION gimp_matrix_rotate ##### -->
<para>
</para>
@matrix:
@theta:
<!-- ##### TYPEDEF GimpMatrix[3][3] ##### -->
<para>
</para>
<!-- ##### FUNCTION gimp_matrix_is_diagonal ##### -->
<para>
</para>
@matrix:
@Returns:

View File

@ -134,9 +134,10 @@ gimp_chain_button_get_type (void)
* @position: The position you are going to use for the button * @position: The position you are going to use for the button
* with respect to the widgets you want to chain. * with respect to the widgets you want to chain.
* *
* Creates a new #GimpChainButton widget. This returns a button * Creates a new #GimpChainButton widget.
* showing either a broken or a linked chain and small clamps *
* attached to both sides that visually group the two widgets * This returns a button showing either a broken or a linked chain and
* small clamps attached to both sides that visually group the two widgets
* you want to connect. This widget looks best when attached * you want to connect. This widget looks best when attached
* to a table taking up two columns (or rows respectively) next * to a table taking up two columns (or rows respectively) next
* to the widgets that it is supposed to connect. It may work * to the widgets that it is supposed to connect. It may work

View File

@ -317,19 +317,21 @@ _gimp_color_button_new (gboolean double_color,
/** /**
* gimp_color_button_new: * gimp_color_button_new:
* @title: String that wil be used as title for the color_selector. * @title: String that will be used as title for the color_selector.
* @width: Width of the colorpreview in pixels. * @width: Width of the colorpreview in pixels.
* @height: Height of the colorpreview in pixels. * @height: Height of the colorpreview in pixels.
* @color: An array of guchar holding the color (RGB or RGBA) * @color: An array of guchar holding the color (RGB or RGBA)
* @bpp: May be 3 for RGB or 4 for RGBA. * @bpp: May be 3 for RGB or 4 for RGBA.
* *
* Creates a new GimpColorbutton widget. This returns a button with * Creates a new #GimpColorButton widget.
* a preview showing the color. When the button is clicked a
* GtkColorSelectionDialog is opened. If the user changes the color
* the new color is written into the array that was used to pass
* the initial color and the "color_changed" signal is emitted.
* *
* Returns: Pointer to the new GimpColorButton widget. * This returns a button with a preview showing the color.
* When the button is clicked a GtkColorSelectionDialog is opened.
* If the user changes the color the new color is written into the
* array that was used to pass the initial color and the "color_changed"
* signal is emitted.
*
* Returns: Pointer to the new #GimpColorButton widget.
*/ */
GtkWidget * GtkWidget *
gimp_color_button_new (gchar *title, gimp_color_button_new (gchar *title,
@ -350,11 +352,13 @@ gimp_color_button_new (gchar *title,
* @color: An array of gdouble holding the color (RGB or RGBA) * @color: An array of gdouble holding the color (RGB or RGBA)
* @bpp: May be 3 for RGB or 4 for RGBA. * @bpp: May be 3 for RGB or 4 for RGBA.
* *
* Creates a new GimpColorbutton widget. This returns a button with * Creates a new #GimpColorButton widget.
* a preview showing the color. When the button is clicked a *
* GtkColorSelectionDialog is opened. If the user changes the color * This returns a button with a preview showing the color.
* the new color is written into the array that was used to pass * When the button is clicked a GtkColorSelectionDialog is opened.
* the initial color and the "color_changed" signal is emitted. * If the user changes the color the new color is written into the
* array that was used to pass the initial color and the "color_changed"
* signal is emitted.
* *
* Returns: Pointer to the new GimpColorButton widget. * Returns: Pointer to the new GimpColorButton widget.
*/ */

View File

@ -134,9 +134,10 @@ gimp_chain_button_get_type (void)
* @position: The position you are going to use for the button * @position: The position you are going to use for the button
* with respect to the widgets you want to chain. * with respect to the widgets you want to chain.
* *
* Creates a new #GimpChainButton widget. This returns a button * Creates a new #GimpChainButton widget.
* showing either a broken or a linked chain and small clamps *
* attached to both sides that visually group the two widgets * This returns a button showing either a broken or a linked chain and
* small clamps attached to both sides that visually group the two widgets
* you want to connect. This widget looks best when attached * you want to connect. This widget looks best when attached
* to a table taking up two columns (or rows respectively) next * to a table taking up two columns (or rows respectively) next
* to the widgets that it is supposed to connect. It may work * to the widgets that it is supposed to connect. It may work

View File

@ -317,19 +317,21 @@ _gimp_color_button_new (gboolean double_color,
/** /**
* gimp_color_button_new: * gimp_color_button_new:
* @title: String that wil be used as title for the color_selector. * @title: String that will be used as title for the color_selector.
* @width: Width of the colorpreview in pixels. * @width: Width of the colorpreview in pixels.
* @height: Height of the colorpreview in pixels. * @height: Height of the colorpreview in pixels.
* @color: An array of guchar holding the color (RGB or RGBA) * @color: An array of guchar holding the color (RGB or RGBA)
* @bpp: May be 3 for RGB or 4 for RGBA. * @bpp: May be 3 for RGB or 4 for RGBA.
* *
* Creates a new GimpColorbutton widget. This returns a button with * Creates a new #GimpColorButton widget.
* a preview showing the color. When the button is clicked a
* GtkColorSelectionDialog is opened. If the user changes the color
* the new color is written into the array that was used to pass
* the initial color and the "color_changed" signal is emitted.
* *
* Returns: Pointer to the new GimpColorButton widget. * This returns a button with a preview showing the color.
* When the button is clicked a GtkColorSelectionDialog is opened.
* If the user changes the color the new color is written into the
* array that was used to pass the initial color and the "color_changed"
* signal is emitted.
*
* Returns: Pointer to the new #GimpColorButton widget.
*/ */
GtkWidget * GtkWidget *
gimp_color_button_new (gchar *title, gimp_color_button_new (gchar *title,
@ -350,11 +352,13 @@ gimp_color_button_new (gchar *title,
* @color: An array of gdouble holding the color (RGB or RGBA) * @color: An array of gdouble holding the color (RGB or RGBA)
* @bpp: May be 3 for RGB or 4 for RGBA. * @bpp: May be 3 for RGB or 4 for RGBA.
* *
* Creates a new GimpColorbutton widget. This returns a button with * Creates a new #GimpColorButton widget.
* a preview showing the color. When the button is clicked a *
* GtkColorSelectionDialog is opened. If the user changes the color * This returns a button with a preview showing the color.
* the new color is written into the array that was used to pass * When the button is clicked a GtkColorSelectionDialog is opened.
* the initial color and the "color_changed" signal is emitted. * If the user changes the color the new color is written into the
* array that was used to pass the initial color and the "color_changed"
* signal is emitted.
* *
* Returns: Pointer to the new GimpColorButton widget. * Returns: Pointer to the new GimpColorButton widget.
*/ */