libgimpbase/libgimpbase-sections.txt added GIMP_MAX_MEMSIZE, documented

2003-11-25  Sven Neumann  <sven@gimp.org>

	* libgimpbase/libgimpbase-sections.txt
	* libgimpbase/tmpl/gimplimits.sgml: added GIMP_MAX_MEMSIZE,
	documented all limits.
This commit is contained in:
Sven Neumann 2003-11-25 20:07:39 +00:00 committed by Sven Neumann
parent 0aec8c079e
commit 4ce2b2718c
2 changed files with 23 additions and 10 deletions

View File

@ -1,7 +1,8 @@
2003-11-25 Sven Neumann <sven@gimp.org>
* libgimpbase/libgimpbase-sections.txt
* libgimpbase/tmpl/gimplimits.sgml: added GIMP_MAX_MEMSIZE.
* libgimpbase/tmpl/gimplimits.sgml: added GIMP_MAX_MEMSIZE,
documented all limits.
2003-11-23 Michael Natterer <mitch@gimp.org>

View File

@ -17,63 +17,75 @@ Boundaries of some GIMP data types and some global constants.
<!-- ##### MACRO GIMP_MIN_IMAGE_SIZE ##### -->
<para>
The minimum width and height of a GIMP image in pixels.
</para>
<!-- ##### MACRO GIMP_MAX_IMAGE_SIZE ##### -->
<para>
The maximum width and height of a GIMP image in pixels. This is a
somewhat arbitray value that can be used when an upper value for pixel
sizes is needed; for example to give a spin button an upper limit.
</para>
<!-- ##### MACRO GIMP_MIN_RESOLUTION ##### -->
<para>
The minimum resolution of a GIMP image in pixels per inch. This is a
somewhat arbitray value that can be used to when a lower value for a
resolution is needed. GIMP will not accept resolutions smaller than
this value.
</para>
<!-- ##### MACRO GIMP_MAX_RESOLUTION ##### -->
<para>
The maximum resolution of a GIMP image in pixels per inch. This is a
somewhat arbitray value that can be used to when an upper value for a
resolution is needed. GIMP will not accept resolutions larger than
this value.
</para>
<!-- ##### MACRO GIMP_MAX_MEMSIZE ##### -->
<para>
A large but arbitrary value that can be used when an upper limit for a
memory size (in bytes) is needed. It is smaller than %G_MAXDOUBLE since
the #GimpMemsizeEntry doesn't handle larger values.
</para>
<!-- ##### MACRO GIMP_CHECK_SIZE ##### -->
<para>
The default checkerboard size in pixels. This is configurable in the
core but GIMP plug-ins can't access the user preference and should use
this constant instead.
</para>
<!-- ##### MACRO GIMP_CHECK_SIZE_SM ##### -->
<para>
The default small checkerboard size in pixels.
</para>
<!-- ##### MACRO GIMP_CHECK_DARK ##### -->
<para>
The dark gray value for the default checkerboard pattern.
</para>
<!-- ##### MACRO GIMP_CHECK_LIGHT ##### -->
<para>
The light gray value for the default checkerboard pattern.
</para>