libgimp/gimpdrawablepreview.[ch] always show the "Preview" check button.
2004-09-01 Sven Neumann <sven@gimp.org> * libgimp/gimpdrawablepreview.[ch] * libgimpwidgets/gimppreview.[ch]: always show the "Preview" check button. Simplified the preview APIs, moved the "size" style property to the GimpPreview class. * etc/gtkrc: changed the example accordingly. * plug-ins/common/despeckle.c * plug-ins/common/gauss.c * plug-ins/common/neon.c * plug-ins/common/sobel.c * plug-ins/common/softglow.c * plug-ins/common/spread.c * plug-ins/common/unsharp.c: follow change in GimpDrawablePreview API.
This commit is contained in:

committed by
Sven Neumann

parent
aeb2888657
commit
3155d682a5
@ -798,9 +798,10 @@ GIMP_PREVIEW_AREA_GET_CLASS
|
||||
<FILE>gimppreview</FILE>
|
||||
<TITLE>GimpPreview</TITLE>
|
||||
GimpPreview
|
||||
gimp_preview_get_update
|
||||
gimp_preview_set_update
|
||||
gimp_preview_get_size
|
||||
gimp_preview_get_position
|
||||
gimp_preview_show_update_toggle
|
||||
gimp_preview_invalidate
|
||||
<SUBSECTION Standard>
|
||||
GimpPreviewClass
|
||||
|
@ -27,16 +27,34 @@ GimpPreview
|
||||
|
||||
@gimppreview: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GimpPreview:show-update-toggle ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpPreview:update ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpPreview:size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gimp_preview_get_update ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@preview:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_preview_set_update ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@preview:
|
||||
@update:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_preview_get_size ##### -->
|
||||
<para>
|
||||
|
||||
@ -57,15 +75,6 @@ GimpPreview
|
||||
@y:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_preview_show_update_toggle ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@preview:
|
||||
@show_update:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_preview_invalidate ##### -->
|
||||
<para>
|
||||
|
||||
|
Reference in New Issue
Block a user