mirror of https://github.com/GNOME/gimp.git
libgimpwidgets/libgimpwidgets-sections.txt
2005-09-28 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/tmpl/gimppreview.sgml * libgimpwidgets/tmpl/gimpscrolledpreview.sgml * libgimpwidgets/tmpl/gimpstock.sgml: updated.
This commit is contained in:
parent
9fa8b10a1f
commit
fdc8ed7f57
|
@ -1,3 +1,10 @@
|
|||
2005-09-28 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/libgimpwidgets-sections.txt
|
||||
* libgimpwidgets/tmpl/gimppreview.sgml
|
||||
* libgimpwidgets/tmpl/gimpscrolledpreview.sgml
|
||||
* libgimpwidgets/tmpl/gimpstock.sgml: updated.
|
||||
|
||||
2005-09-27 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpwidgets/tmpl/gimpstock.sgml: removed one '../' from
|
||||
|
|
|
@ -735,6 +735,8 @@ GIMP_STOCK_FONT
|
|||
GIMP_STOCK_GRADIENT
|
||||
GIMP_STOCK_PALETTE
|
||||
GIMP_STOCK_PATTERN
|
||||
GIMP_STOCK_QMASK_ON
|
||||
GIMP_STOCK_QMASK_OFF
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -988,6 +990,7 @@ gimp_preview_draw
|
|||
gimp_preview_draw_buffer
|
||||
gimp_preview_invalidate
|
||||
gimp_preview_set_default_cursor
|
||||
gimp_preview_get_controls
|
||||
<SUBSECTION Standard>
|
||||
GimpPreviewClass
|
||||
GIMP_PREVIEW
|
||||
|
@ -1004,6 +1007,7 @@ GIMP_PREVIEW_GET_CLASS
|
|||
<TITLE>GimpScrolledPreview</TITLE>
|
||||
GimpScrolledPreview
|
||||
gimp_scrolled_preview_set_position
|
||||
gimp_scrolled_preview_set_policy
|
||||
<SUBSECTION Standard>
|
||||
GimpScrolledPreviewClass
|
||||
GIMP_SCROLLED_PREVIEW
|
||||
|
|
|
@ -134,3 +134,12 @@ A widget providing a #GimpPreviewArea plus framework to update the preview.
|
|||
@cursor:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_preview_get_controls ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@preview:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
|
|
@ -28,8 +28,18 @@ A widget providing a #GimpPreview enhanced by scrolling capabilities.
|
|||
|
||||
</para>
|
||||
|
||||
@scr:
|
||||
@preview:
|
||||
@x:
|
||||
@y:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_scrolled_preview_set_policy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@preview:
|
||||
@hscrollbar_policy:
|
||||
@vscrollbar_policy:
|
||||
|
||||
|
||||
|
|
|
@ -1416,3 +1416,17 @@ RTL variant
|
|||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_QMASK_ON ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_QMASK_OFF ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue