app/gui/Makefile.am added font selection GUI to be used through the PDB.
2003-03-28 Sven Neumann <sven@gimp.org> * app/gui/Makefile.am * app/gui/font-select.[ch]: added font selection GUI to be used through the PDB. * app/gui/brush-select.c * app/gui/gradient-select.c * app/gui/palette-select.c * app/gui/pattern-select.c: unified preview and dialog sizes. * tools/pdbgen/Makefile.am * tools/pdbgen/pdb/font_select.pdb: added new file that provides PDB accessors to the font selection GUI. * app/pdb/font_select_cmds.c * app/pdb/internal_procs.c * libgimp/gimp_pdb.h * libgimp/gimpfontselect_pdb.[ch] * tools/pdbgen/groups.pl: regenerated. * libgimp/Makefile.am * libgimp/gimpfontmenu.c * libgimp/gimpmenu.[ch]: added a simple font selection widget to be used by plug-ins and scripts. * plug-ins/script-fu/script-fu-scripts.c: use the new font selection widget. Fixes bug #105610.
This commit is contained in:
committed by
Sven Neumann
parent
f13f80f04a
commit
c7281b5227
@ -228,6 +228,13 @@ gimp_floating_sel_rigor
|
||||
gimp_floating_sel_relax
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpfonts</FILE>
|
||||
gimp_fonts_popup
|
||||
gimp_fonts_close_popup
|
||||
gimp_fonts_set_popup
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpgimprc</FILE>
|
||||
gimp_gimprc_query
|
||||
@ -568,25 +575,29 @@ gimp_image_menu_new
|
||||
gimp_layer_menu_new
|
||||
gimp_channel_menu_new
|
||||
gimp_drawable_menu_new
|
||||
gimp_interactive_selection_brush
|
||||
<SUBSECTION>
|
||||
gimp_interactive_selection_brush
|
||||
gimp_brush_select_widget
|
||||
GimpRunBrushCallback
|
||||
gimp_brush_select_widget_set_popup
|
||||
gimp_brush_select_widget_close_popup
|
||||
<SUBSECTION>
|
||||
gimp_interactive_selection_pattern
|
||||
<SUBSECTION>
|
||||
gimp_pattern_select_widget
|
||||
GimpRunPatternCallback
|
||||
gimp_pattern_select_widget_close_popup
|
||||
gimp_pattern_select_widget_set_popup
|
||||
gimp_interactive_selection_font
|
||||
gimp_font_select_widget
|
||||
GimpRunFontCallback
|
||||
gimp_font_select_widget_set_popup
|
||||
gimp_font_select_widget_close_popup
|
||||
<SUBSECTION>
|
||||
gimp_interactive_selection_gradient
|
||||
<SUBSECTION>
|
||||
gimp_gradient_select_widget
|
||||
GimpRunGradientCallback
|
||||
gimp_gradient_select_widget_close_popup
|
||||
gimp_gradient_select_widget_set_popup
|
||||
<SUBSECTION>
|
||||
gimp_interactive_selection_pattern
|
||||
gimp_pattern_select_widget
|
||||
GimpRunPatternCallback
|
||||
gimp_pattern_select_widget_close_popup
|
||||
gimp_pattern_select_widget_set_popup
|
||||
</SECTION>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user