mirror of https://github.com/GNOME/gimp.git
app/app-docs.sgml added gimpdisplayshell-draw.
2004-02-07 Michael Natterer <mitch@gimp.org> * app/app-docs.sgml * app/app-sections.txt: added gimpdisplayshell-draw.
This commit is contained in:
parent
9304d27d00
commit
e0c57f95c8
|
@ -1,3 +1,8 @@
|
|||
2004-02-07 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/app-docs.sgml
|
||||
* app/app-sections.txt: added gimpdisplayshell-draw.
|
||||
|
||||
2004-02-06 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/app-sections.txt: updated.
|
||||
|
|
|
@ -421,6 +421,7 @@
|
|||
<xi:include href="xml/gimpdisplayshell-callbacks.xml"/>
|
||||
<xi:include href="xml/gimpdisplayshell-cursor.xml"/>
|
||||
<xi:include href="xml/gimpdisplayshell-dnd.xml"/>
|
||||
<xi:include href="xml/gimpdisplayshell-draw.xml"/>
|
||||
<xi:include href="xml/gimpdisplayshell-filter-dialog.xml"/>
|
||||
<xi:include href="xml/gimpdisplayshell-filter.xml"/>
|
||||
<xi:include href="xml/gimpdisplayshell-handlers.xml"/>
|
||||
|
|
|
@ -1582,6 +1582,18 @@ gimp_display_shell_drop_svg
|
|||
gimp_display_shell_drop_vectors
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpdisplayshell-draw</FILE>
|
||||
<TITLE>GimpDisplayShell-draw</TITLE>
|
||||
gimp_display_shell_draw_guide
|
||||
gimp_display_shell_draw_guides
|
||||
gimp_display_shell_draw_grid
|
||||
gimp_display_shell_draw_vector
|
||||
gimp_display_shell_draw_vectors
|
||||
gimp_display_shell_draw_cursor
|
||||
gimp_display_shell_draw_area
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpdisplayshell-filter-dialog</FILE>
|
||||
<TITLE>GimpDisplayShell-filter-dialog</TITLE>
|
||||
|
|
Loading…
Reference in New Issue