mirror of https://github.com/GNOME/gimp.git
libgimp/tmpl/gimppalettemenu.sgml libgimp/tmpl/gimppaletteselect.sgml
2004-07-27 Michael Natterer <mitch@gimp.org> * libgimp/tmpl/gimppalettemenu.sgml * libgimp/tmpl/gimppaletteselect.sgml * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt: added the palette select stuff.
This commit is contained in:
parent
820b4d247b
commit
ed3f8fd1bc
|
@ -1,3 +1,10 @@
|
|||
2004-07-27 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimp/tmpl/gimppalettemenu.sgml
|
||||
* libgimp/tmpl/gimppaletteselect.sgml
|
||||
* libgimp/libgimp-docs.sgml
|
||||
* libgimp/libgimp-sections.txt: added the palette select stuff.
|
||||
|
||||
2004-07-26 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpcolor/libgimpcolor-sections.txt
|
||||
|
|
|
@ -64,6 +64,7 @@
|
|||
<xi:include href="xml/gimpbrushselect.xml" />
|
||||
<xi:include href="xml/gimpfontselect.xml" />
|
||||
<xi:include href="xml/gimpgradientselect.xml" />
|
||||
<xi:include href="xml/gimppaletteselect.xml" />
|
||||
<xi:include href="xml/gimppatternselect.xml" />
|
||||
</part>
|
||||
|
||||
|
@ -78,6 +79,7 @@
|
|||
<xi:include href="xml/gimpbrushmenu.xml" />
|
||||
<xi:include href="xml/gimpfontmenu.xml" />
|
||||
<xi:include href="xml/gimpgradientmenu.xml" />
|
||||
<xi:include href="xml/gimppalettemenu.xml" />
|
||||
<xi:include href="xml/gimppatternmenu.xml" />
|
||||
</part>
|
||||
|
||||
|
|
|
@ -469,6 +469,13 @@ gimp_palettes_close_popup
|
|||
gimp_palettes_set_popup
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimppaletteselect</FILE>
|
||||
GimpRunPaletteCallback
|
||||
gimp_palette_select_new
|
||||
gimp_palette_select_destroy
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimppaths</FILE>
|
||||
gimp_path_list
|
||||
|
@ -717,3 +724,10 @@ gimp_pattern_select_widget_new
|
|||
gimp_pattern_select_widget_close
|
||||
gimp_pattern_select_widget_set
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimppalettemenu</FILE>
|
||||
gimp_palette_select_widget_new
|
||||
gimp_palette_select_widget_close
|
||||
gimp_palette_select_widget_set
|
||||
</SECTION>
|
||||
|
|
|
@ -0,0 +1,47 @@
|
|||
<!-- ##### SECTION Title ##### -->
|
||||
gimppalettemenu
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_palette_select_widget_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@title:
|
||||
@palette_name:
|
||||
@callback:
|
||||
@data:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_palette_select_widget_close ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@widget:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_palette_select_widget_set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@widget:
|
||||
@palette_name:
|
||||
|
||||
|
|
@ -0,0 +1,48 @@
|
|||
<!-- ##### SECTION Title ##### -->
|
||||
gimppaletteselect
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpRunPaletteCallback ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@palette_name:
|
||||
@dialog_closing:
|
||||
@user_data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_palette_select_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@title:
|
||||
@palette_name:
|
||||
@callback:
|
||||
@data:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_palette_select_destroy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@palette_callback:
|
||||
|
||||
|
Loading…
Reference in New Issue