mirror of https://github.com/GNOME/gimp.git
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:
parent
c509d49bf6
commit
7b6dffa66a
|
@ -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>
|
||||
|
||||
* libgimp/gimppatheditor.c
|
||||
|
|
|
@ -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>
|
||||
|
||||
* libgimp/Makefile.am: there was a slash missing in EXTRA_DIST
|
||||
|
|
|
@ -35,12 +35,14 @@ tmpl_sources = \
|
|||
tmpl/gimpmenu.sgml \
|
||||
tmpl/gimpmodule.sgml \
|
||||
tmpl/gimppatheditor.sgml \
|
||||
tmpl/gimppixmap.sgml \
|
||||
tmpl/gimpprotocol.sgml \
|
||||
tmpl/gimpquerybox.sgml \
|
||||
tmpl/gimpsizeentry.sgml \
|
||||
tmpl/gimpui.sgml \
|
||||
tmpl/gimpunit.sgml \
|
||||
tmpl/gimpunitmenu.sgml \
|
||||
tmpl/gimpvector.sgml \
|
||||
tmpl/gimpwidgets.sgml \
|
||||
tmpl/gimpwire.sgml \
|
||||
tmpl/libgimp-unused.sgml \
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -22,6 +22,7 @@
|
|||
<!entity GimpColorButton SYSTEM "sgml/gimpcolorbutton.sgml">
|
||||
<!entity GimpFileSelection SYSTEM "sgml/gimpfileselection.sgml">
|
||||
<!entity GimpPathEditor SYSTEM "sgml/gimppatheditor.sgml">
|
||||
<!entity GimpPixmap SYSTEM "sgml/gimppixmap.sgml">
|
||||
<!entity GimpSizeEntry SYSTEM "sgml/gimpsizeentry.sgml">
|
||||
<!entity GimpUnitMenu SYSTEM "sgml/gimpunitmenu.sgml">
|
||||
<!entity libgimp-gimpdialog SYSTEM "sgml/gimpdialog.sgml">
|
||||
|
@ -29,6 +30,7 @@
|
|||
<!entity libgimp-gimpmenu SYSTEM "sgml/gimpmenu.sgml">
|
||||
<!entity libgimp-gimpquerybox SYSTEM "sgml/gimpquerybox.sgml">
|
||||
<!entity libgimp-gimpunit SYSTEM "sgml/gimpunit.sgml">
|
||||
<!entity libgimp-gimpvector SYSTEM "sgml/gimpvector.sgml">
|
||||
<!entity libgimp-gimpwidgets SYSTEM "sgml/gimpwidgets.sgml">
|
||||
]>
|
||||
<book>
|
||||
|
@ -52,6 +54,7 @@
|
|||
&libgimp-gimpenv;
|
||||
&libgimp-gimpmatrix;
|
||||
&libgimp-gimpprotocol;
|
||||
&libgimp-gimpvector;
|
||||
&libgimp-gimpwire;
|
||||
&libgimp-parasite;
|
||||
&libgimp-parasiteio;
|
||||
|
@ -65,6 +68,7 @@
|
|||
&GimpColorButton;
|
||||
&GimpFileSelection;
|
||||
&GimpPathEditor;
|
||||
&GimpPixmap;
|
||||
&GimpSizeEntry;
|
||||
&GimpUnitMenu;
|
||||
&libgimp-gimpdialog;
|
||||
|
@ -83,9 +87,3 @@
|
|||
&libgimp-color-selector;
|
||||
</chapter>
|
||||
</book>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -433,21 +433,52 @@ wire_write_string
|
|||
|
||||
<SECTION>
|
||||
<FILE>gimpmatrix</FILE>
|
||||
GimpMatrix[3][3]
|
||||
gimp_matrix_transform_point
|
||||
gimp_matrix_mult
|
||||
gimp_matrix_identity
|
||||
gimp_matrix_translate
|
||||
gimp_matrix_scale
|
||||
gimp_matrix_rotate
|
||||
gimp_matrix_xshear
|
||||
gimp_matrix_yshear
|
||||
gimp_matrix_determinant
|
||||
gimp_matrix_invert
|
||||
gimp_matrix_duplicate
|
||||
gimp_matrix_is_diagonal
|
||||
gimp_matrix_is_identity
|
||||
gimp_matrix_is_simple
|
||||
GimpMatrix3[3][3]
|
||||
GimpMatrix4[4][4]
|
||||
gimp_matrix3_transform_point
|
||||
gimp_matrix3_mult
|
||||
gimp_matrix3_identity
|
||||
gimp_matrix3_translate
|
||||
gimp_matrix3_scale
|
||||
gimp_matrix3_rotate
|
||||
gimp_matrix3_xshear
|
||||
gimp_matrix3_yshear
|
||||
gimp_matrix3_determinant
|
||||
gimp_matrix3_invert
|
||||
gimp_matrix3_duplicate
|
||||
gimp_matrix3_is_diagonal
|
||||
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>
|
||||
|
@ -514,6 +545,8 @@ ROUND
|
|||
SQR
|
||||
MAX255
|
||||
CLAMP0255
|
||||
gimp_deg_to_rad
|
||||
gimp_rad_to_deg
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -610,8 +643,6 @@ GIMP_HAVE_NEW_ENUMS
|
|||
GIMP_HAVE_EXPORT
|
||||
</SECTION>
|
||||
|
||||
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpchainbutton</FILE>
|
||||
GimpChainButton
|
||||
|
@ -635,6 +666,7 @@ GimpColorButton
|
|||
GIMP_COLOR_BUTTON
|
||||
<TITLE>GimpColorButton</TITLE>
|
||||
gimp_color_button_new
|
||||
gimp_color_button_double_new
|
||||
gimp_color_button_update
|
||||
<SUBSECTION Standard>
|
||||
GIMP_TYPE_COLOR_BUTTON
|
||||
|
@ -675,6 +707,20 @@ GIMP_PATH_EDITOR_CLASS
|
|||
GIMP_IS_PATH_EDITOR_CLASS
|
||||
</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>
|
||||
<FILE>gimpquerybox</FILE>
|
||||
GimpQueryStringCallback
|
||||
|
@ -818,8 +864,14 @@ gimp_radio_group_new
|
|||
gimp_radio_group_new2
|
||||
gimp_spin_button_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_coordinates_new
|
||||
gimp_pixmap_button_new
|
||||
gimp_toggle_button_update
|
||||
gimp_menu_item_update
|
||||
gimp_radio_button_update
|
||||
|
|
|
@ -14,3 +14,6 @@ GtkObject
|
|||
GimpFileSelection
|
||||
GtkVBox
|
||||
GimpPathEditor
|
||||
GtkMisc
|
||||
GtkPixmap
|
||||
GimpPixmap
|
||||
|
|
|
@ -6,5 +6,6 @@ gimp_chain_button_get_type
|
|||
gimp_color_button_get_type
|
||||
gimp_file_selection_get_type
|
||||
gimp_path_editor_get_type
|
||||
gimp_pixmap_get_type
|
||||
gimp_size_entry_get_type
|
||||
gimp_unit_menu_get_type
|
||||
gimp_unit_menu_get_type
|
||||
|
|
|
@ -23,7 +23,7 @@ necessary.
|
|||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
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>
|
||||
|
||||
<!-- ##### STRUCT GimpChainButton ##### -->
|
||||
|
@ -35,7 +35,7 @@ up two GimpSizeEntries (see #GimpSizeEntry) linked with a #GimpChainbutton.
|
|||
<!-- ##### MACRO GIMP_CHAIN_BUTTON ##### -->
|
||||
<para>
|
||||
Checks if the passed pointer is a pointer to a #GimpChainButton and
|
||||
performes the cast if valid.
|
||||
performs the cast if valid.
|
||||
</para>
|
||||
|
||||
@obj: The pointer to cast.
|
||||
|
|
|
@ -33,7 +33,7 @@ Note that the color is changed in place.
|
|||
<!-- ##### MACRO GIMP_COLOR_BUTTON ##### -->
|
||||
<para>
|
||||
Checks if the passed pointer is a pointer to a #GimpColorButton and
|
||||
performes the cast if valid.
|
||||
performs the cast if valid.
|
||||
</para>
|
||||
|
||||
@obj: The pointer to cast.
|
||||
|
@ -52,6 +52,19 @@ performes the cast if valid.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_button_double_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@title:
|
||||
@width:
|
||||
@height:
|
||||
@color:
|
||||
@bpp:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_button_update ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
gimpdialog
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
Constructors for #GtkDialog's and action_areas as well as other
|
||||
dialog-related stuff.
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
|
|
@ -40,7 +40,7 @@ will be emitted.
|
|||
<!-- ##### MACRO GIMP_FILE_SELECTION ##### -->
|
||||
<para>
|
||||
Checks if the passed pointer is a pointer to a #GimpFileSelection and
|
||||
performes the cast if valid.
|
||||
performs the cast if valid.
|
||||
</para>
|
||||
|
||||
@obj: The pointer to cast.
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
gimphelpui
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
Functions for setting #GtkTooltips and HTML links into the GIMP help
|
||||
system.
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
@ -20,8 +21,6 @@ gimphelpui
|
|||
</para>
|
||||
|
||||
@help_data:
|
||||
<!-- # Unused Parameters # -->
|
||||
@Param1:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_help_init ##### -->
|
||||
|
|
|
@ -18,13 +18,19 @@ basic matrix manipulations and tests.
|
|||
|
||||
</para>
|
||||
|
||||
<!-- ##### TYPEDEF GimpMatrix[3][3] ##### -->
|
||||
<!-- ##### TYPEDEF GimpMatrix3[3][3] ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_matrix_transform_point ##### -->
|
||||
<!-- ##### TYPEDEF GimpMatrix4[4][4] ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_matrix3_transform_point ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
@ -36,7 +42,7 @@ basic matrix manipulations and tests.
|
|||
@newy:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_matrix_mult ##### -->
|
||||
<!-- ##### FUNCTION gimp_matrix3_mult ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
@ -45,7 +51,7 @@ basic matrix manipulations and tests.
|
|||
@matrix2:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_matrix_identity ##### -->
|
||||
<!-- ##### FUNCTION gimp_matrix3_identity ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
@ -53,7 +59,7 @@ basic matrix manipulations and tests.
|
|||
@matrix:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_matrix_translate ##### -->
|
||||
<!-- ##### FUNCTION gimp_matrix3_translate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
@ -63,7 +69,7 @@ basic matrix manipulations and tests.
|
|||
@y:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_matrix_scale ##### -->
|
||||
<!-- ##### FUNCTION gimp_matrix3_scale ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
@ -73,7 +79,7 @@ basic matrix manipulations and tests.
|
|||
@y:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_matrix_rotate ##### -->
|
||||
<!-- ##### FUNCTION gimp_matrix3_rotate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
@ -82,7 +88,7 @@ basic matrix manipulations and tests.
|
|||
@theta:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_matrix_xshear ##### -->
|
||||
<!-- ##### FUNCTION gimp_matrix3_xshear ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
@ -91,7 +97,7 @@ basic matrix manipulations and tests.
|
|||
@amount:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_matrix_yshear ##### -->
|
||||
<!-- ##### FUNCTION gimp_matrix3_yshear ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
@ -100,7 +106,7 @@ basic matrix manipulations and tests.
|
|||
@amount:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_matrix_determinant ##### -->
|
||||
<!-- ##### FUNCTION gimp_matrix3_determinant ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
@ -109,7 +115,7 @@ basic matrix manipulations and tests.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_matrix_invert ##### -->
|
||||
<!-- ##### FUNCTION gimp_matrix3_invert ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
@ -118,7 +124,7 @@ basic matrix manipulations and tests.
|
|||
@matrix_inv:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_matrix_duplicate ##### -->
|
||||
<!-- ##### FUNCTION gimp_matrix3_duplicate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
@ -127,7 +133,7 @@ basic matrix manipulations and tests.
|
|||
@target:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_matrix_is_diagonal ##### -->
|
||||
<!-- ##### FUNCTION gimp_matrix3_is_diagonal ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
@ -136,7 +142,7 @@ basic matrix manipulations and tests.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_matrix_is_identity ##### -->
|
||||
<!-- ##### FUNCTION gimp_matrix3_is_identity ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
@ -145,7 +151,7 @@ basic matrix manipulations and tests.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_matrix_is_simple ##### -->
|
||||
<!-- ##### FUNCTION gimp_matrix3_is_simple ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
@ -154,3 +160,14 @@ basic matrix manipulations and tests.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_matrix4_to_deg ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@matrix:
|
||||
@a:
|
||||
@b:
|
||||
@c:
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
gimpmenu
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
Widgets and functions for selecting images, layers, brushes, patterns etc.
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
|
|
@ -39,7 +39,7 @@ the search path, the "path_changed" signal will be emitted.
|
|||
<!-- ##### MACRO GIMP_PATH_EDITOR ##### -->
|
||||
<para>
|
||||
Checks if the passed pointer is a pointer to a #GimpPathEditor and
|
||||
performes the cast if valid.
|
||||
performs the cast if valid.
|
||||
</para>
|
||||
|
||||
@obj: The pointer to cast.
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ real-world-unit.
|
|||
<!-- ##### MACRO GIMP_SIZE_ENTRY ##### -->
|
||||
<para>
|
||||
Checks if the passed pointer is a pointer to a #GimpSizeEntry and
|
||||
performes the cast if valid.
|
||||
performs the cast if valid.
|
||||
</para>
|
||||
|
||||
@obj: The pointer to cast.
|
||||
|
|
|
@ -39,7 +39,7 @@ Whenever the user selects a unit from the menu or the dialog, the
|
|||
<!-- ##### MACRO GIMP_UNIT_MENU ##### -->
|
||||
<para>
|
||||
Checks if the passed pointer is a pointer to a #GimpUnitMenu and
|
||||
performes the cast if valid.
|
||||
performs the cast if valid.
|
||||
</para>
|
||||
|
||||
@obj: The pointer to cast.
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
@ -2,7 +2,8 @@
|
|||
gimpwidgets
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
A collection of convenient widget constructors, standard callbacks and
|
||||
helper functions.
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
@ -113,6 +114,46 @@ gimpwidgets
|
|||
@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 ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -158,6 +199,15 @@ gimpwidgets
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_pixmap_button_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@xpm_data:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_toggle_button_update ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
@ -134,9 +134,10 @@ gimp_chain_button_get_type (void)
|
|||
* @position: The position you are going to use for the button
|
||||
* with respect to the widgets you want to chain.
|
||||
*
|
||||
* Creates a new #GimpChainButton widget. 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
|
||||
* Creates a new #GimpChainButton widget.
|
||||
*
|
||||
* 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
|
||||
* to a table taking up two columns (or rows respectively) next
|
||||
* to the widgets that it is supposed to connect. It may work
|
||||
|
|
|
@ -317,19 +317,21 @@ _gimp_color_button_new (gboolean double_color,
|
|||
|
||||
/**
|
||||
* 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.
|
||||
* @height: Height of the colorpreview in pixels.
|
||||
* @color: An array of guchar holding the color (RGB or RGBA)
|
||||
* @bpp: May be 3 for RGB or 4 for RGBA.
|
||||
*
|
||||
* Creates a 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.
|
||||
* Creates a 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.
|
||||
* Returns: Pointer to the new #GimpColorButton widget.
|
||||
*/
|
||||
GtkWidget *
|
||||
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)
|
||||
* @bpp: May be 3 for RGB or 4 for RGBA.
|
||||
*
|
||||
* Creates a 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.
|
||||
* Creates a 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.
|
||||
*/
|
||||
|
|
|
@ -134,9 +134,10 @@ gimp_chain_button_get_type (void)
|
|||
* @position: The position you are going to use for the button
|
||||
* with respect to the widgets you want to chain.
|
||||
*
|
||||
* Creates a new #GimpChainButton widget. 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
|
||||
* Creates a new #GimpChainButton widget.
|
||||
*
|
||||
* 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
|
||||
* to a table taking up two columns (or rows respectively) next
|
||||
* to the widgets that it is supposed to connect. It may work
|
||||
|
|
|
@ -317,19 +317,21 @@ _gimp_color_button_new (gboolean double_color,
|
|||
|
||||
/**
|
||||
* 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.
|
||||
* @height: Height of the colorpreview in pixels.
|
||||
* @color: An array of guchar holding the color (RGB or RGBA)
|
||||
* @bpp: May be 3 for RGB or 4 for RGBA.
|
||||
*
|
||||
* Creates a 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.
|
||||
* Creates a 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.
|
||||
* Returns: Pointer to the new #GimpColorButton widget.
|
||||
*/
|
||||
GtkWidget *
|
||||
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)
|
||||
* @bpp: May be 3 for RGB or 4 for RGBA.
|
||||
*
|
||||
* Creates a 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.
|
||||
* Creates a 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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue