app/* libgimp/* plug-ins/* did a global s/GUnit/GimpUnit/ and
2000-02-07 Michael Natterer <mitch@gimp.org> * app/* * libgimp/* * plug-ins/* * tools/pdbgen/*: did a global s/GUnit/GimpUnit/ and s/GimpSizeEntryUP/GimpSizeEntryUpdatePolicy/ * libgimp/gimpcolorspace.c: renamed the parameter names to match the names in the header. * libgimp/gimphelpui.h * libgimp/gimpimage.c * libgimp/gimpmatrix.h * libgimp/gimpsizeentry.[ch] * libgimp/gimpsizeentry.[ch] * libgimp/gimpunit.[ch] * libgimp/gimpunitmenu.[ch] * libgimp/gimpwidgets.[ch]: added documentation and use g* types all over the place (enables cross-referencing with the glib and gtk+ html documentation). * plug-ins/common/exchange.c * plug-ins/common/max_rgb.c: small cleanups. * plug-ins/common/mapcolor.c: the color buttons were attached in the wrong order.
This commit is contained in:
committed by
Michael Natterer
parent
820c8f4109
commit
ef17866973
@ -125,12 +125,12 @@ GtkWidget * gimp_random_seed_new (gint *seed,
|
||||
gint time_true,
|
||||
gint time_false);
|
||||
|
||||
GtkWidget * gimp_coordinates_new (GUnit unit,
|
||||
GtkWidget * gimp_coordinates_new (GimpUnit unit,
|
||||
gchar *unit_format,
|
||||
gboolean menu_show_pixels,
|
||||
gboolean menu_show_percent,
|
||||
gint spinbutton_usize,
|
||||
GimpSizeEntryUP update_policy,
|
||||
GimpSizeEntryUpdatePolicy update_policy,
|
||||
|
||||
gboolean chainbutton_active,
|
||||
gboolean chain_constrains_ratio,
|
||||
|
||||
Reference in New Issue
Block a user