app/app-docs.sgml added new fonts UI functions.
2003-10-19 Sven Neumann <sven@gimp.org> * app/app-docs.sgml * app/app-sections.txt: added new fonts UI functions.
This commit is contained in:
committed by
Sven Neumann
parent
21888b9f58
commit
9407ecba10
@ -637,6 +637,7 @@
|
||||
<xi:include href="xml/gimpcontainereditor.xml"/>
|
||||
<xi:include href="xml/gimpbufferview.xml"/>
|
||||
<xi:include href="xml/gimpdocumentview.xml"/>
|
||||
<xi:include href="xml/gimpfontview.xml"/>
|
||||
<xi:include href="xml/gimpimageview.xml"/>
|
||||
<xi:include href="xml/gimptemplateview.xml"/>
|
||||
</chapter>
|
||||
@ -836,6 +837,8 @@
|
||||
<xi:include href="xml/documents-commands.xml"/>
|
||||
<xi:include href="xml/error-console-menu.xml"/>
|
||||
<xi:include href="xml/error-console-commands.xml"/>
|
||||
<xi:include href="xml/fonts-commands.xml"/>
|
||||
<xi:include href="xml/fonts-menu.xml"/>
|
||||
<xi:include href="xml/gradient-editor-menu.xml"/>
|
||||
<xi:include href="xml/gradient-editor-commands.xml"/>
|
||||
<xi:include href="xml/images-menu.xml"/>
|
||||
|
||||
@ -3903,6 +3903,22 @@ GIMP_FONT_SELECTION_CLASS
|
||||
GIMP_IS_FONT_SELECTION_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpfontview</FILE>
|
||||
<TITLE>GimpFontView</TITLE>
|
||||
GimpFontView
|
||||
gimp_font_view_new
|
||||
<SUBSECTION Standard>
|
||||
GimpFontViewClass
|
||||
GIMP_FONT_VIEW
|
||||
GIMP_IS_FONT_VIEW
|
||||
GIMP_TYPE_FONT_VIEW
|
||||
gimp_font_view_get_type
|
||||
GIMP_FONT_VIEW_CLASS
|
||||
GIMP_IS_FONT_VIEW_CLASS
|
||||
GIMP_FONT_VIEW_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpgradienteditor</FILE>
|
||||
GRAD_NUM_COLORS
|
||||
@ -6044,6 +6060,17 @@ file_save_menu_setup
|
||||
file_save_menu_update
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>fonts-commands</FILE>
|
||||
fonts_refresh_cmd_callback
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>fonts-menu</FILE>
|
||||
n_fonts_menu_entries
|
||||
fonts_menu_update
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>font-select</FILE>
|
||||
FontSelect
|
||||
|
||||
Reference in New Issue
Block a user