libgimpwidgets/Makefile.am libgimpwidgets/gimpwidgets.def
2004-07-29 Sven Neumann <sven@gimp.org> * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgets.def * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetstypes.h * libgimpwidgets/gimppreviewarea.[ch]: added GimpPreviewArea, a replacement for GtkPreview, loosely based on patches from Geert Jordaens and David Odin. Fixes bug #144759. * plug-ins/common/sharpen.c: use the new widget instead of a GtkPreview; saves about 100 lines of rather complex code :)
This commit is contained in:
committed by
Sven Neumann
parent
1e005bfb12
commit
c307429a24
@ -25,12 +25,12 @@ GimpCellRendererColor
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpCellRendererColor:opaque ##### -->
|
||||
<!-- ##### ARG GimpCellRendererColor:icon-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpCellRendererColor:stock-size ##### -->
|
||||
<!-- ##### ARG GimpCellRendererColor:opaque ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
57
devel-docs/libgimpwidgets/tmpl/gimppreviewarea.sgml
Normal file
57
devel-docs/libgimpwidgets/tmpl/gimppreviewarea.sgml
Normal file
@ -0,0 +1,57 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GimpPreviewArea
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GimpPreviewArea ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_preview_area_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_preview_area_draw ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@area:
|
||||
@x:
|
||||
@y:
|
||||
@width:
|
||||
@height:
|
||||
@type:
|
||||
@buf:
|
||||
@rowstride:
|
||||
<!-- # Unused Parameters # -->
|
||||
@image_type:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_preview_area_set_cmap ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@area:
|
||||
@cmap:
|
||||
@num_colors:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user