mirror of https://github.com/GNOME/gimp.git
99d93b9255
2003-04-08 Michael Natterer <mitch@gimp.org> * app/core/gimpviewable.[ch]: added vitrual function GimpViewable::get_description() which returns the string that should be presented to the user plus an optional tooltip with more information. The default implementation just returns the object's name and no tooltip. * app/core/gimpbrush.c * app/core/gimpbuffer.c * app/core/gimpimage.c * app/core/gimppalette.c * app/core/gimppattern.c * app/core/gimptoolinfo.c: implement get_description(). * app/core/gimpimagefile.[ch]: ditto. Renamed gimp_imagefile_get_description() to gimp_imagefile_get_desc_string(). Well, um, gimme a better name... * app/gui/file-open-dialog.c: changed accordingly. * app/file/file-utils.[ch]: renamed readXVThumb() to file_utils_readXVThumb(). * tools/pdbgen/pdb/fileops.pdb: changed accordingly. * app/widgets/widgets-types.h: removed GimpItemGetNameFunc typedef. * app/widgets/gimpcontainerview-utils.[ch]: removed the the actual get_name_funcs. They now live in the core as GimpViewable::get_description() implementations. * app/widgets/gimpcontainermenu.[ch] * app/widgets/gimpcontainergridview.c * app/widgets/gimpcontainermenuimpl.c * app/widgets/gimpcontainertreeview.c * app/widgets/gimpcontainerview.[ch] * app/widgets/gimpmenuitem.[ch] * app/widgets/gimpviewabledialog.c: removed get_name_func stuff and use gimp_viewable_get_description(). * app/widgets/gimpcontainermenu.[ch]: added "preview_border_width" to gimp_container_menu_set_preview_size(). * app/widgets/gimpimagedock.c: changed accordingly. * app/pdb/fileops_cmds.c: regenerated. |
||
---|---|---|
.. | ||
.cvsignore | ||
Makefile.am | ||
README | ||
brush_select_cmds.c | ||
brushes_cmds.c | ||
channel_cmds.c | ||
color_cmds.c | ||
convert_cmds.c | ||
display_cmds.c | ||
drawable_cmds.c | ||
edit_cmds.c | ||
fileops_cmds.c | ||
floating_sel_cmds.c | ||
font_select_cmds.c | ||
gimp-pdb.c | ||
gimp-pdb.h | ||
gimppdb.c | ||
gimppdb.h | ||
gimppluginprocedure.c | ||
gimppluginprocedure.h | ||
gimpprocedure.c | ||
gimpprocedure.h | ||
gimprc_cmds.c | ||
gradient_select_cmds.c | ||
gradients_cmds.c | ||
guides_cmds.c | ||
help_cmds.c | ||
image_cmds.c | ||
internal_procs.c | ||
internal_procs.h | ||
layer_cmds.c | ||
makefile.msc | ||
message_cmds.c | ||
misc_cmds.c | ||
misc_tools_cmds.c | ||
paint_tools_cmds.c | ||
palette_cmds.c | ||
palette_select_cmds.c | ||
palettes_cmds.c | ||
parasite_cmds.c | ||
paths_cmds.c | ||
pattern_select_cmds.c | ||
patterns_cmds.c | ||
pdb-types.h | ||
pdb_glue.h | ||
plug_in_cmds.c | ||
procedural_db.c | ||
procedural_db.h | ||
procedural_db_cmds.c | ||
selection_cmds.c | ||
selection_tools_cmds.c | ||
text_tool_cmds.c | ||
transform_tools_cmds.c | ||
undo_cmds.c | ||
unit_cmds.c |
README
This directory contains the PDB-wrappers for various internal Gimp functions. THESE FILES ARE AUTOGENERATED AND CHANGES HERE ARE USELESS! If you need to change the code please have a look in ../../tools/pdbgen/pdb.