app/display/gimpstatusbar.[ch] add optional help text at the end of the
2007-01-21 Raphael Quinet <raphael@gimp.org> * app/display/gimpstatusbar.[ch] * app/tools/gimptool.[ch]: add optional help text at the end of the messages generated by gimp_statusbar_push_coords() and gimp_statusbar_push_length(). * app/tools/gimpcolortool.c * app/tools/gimpeditselectiontool.c * app/tools/gimpmovetool.c * app/tools/gimprectangletool.c: use the updated functions. * app/tools/gimpblendtool.c * app/tools/gimpcolorpickertool.c: added status bar messages. svn path=/trunk/; revision=21745
This commit is contained in:

committed by
Raphaël Quinet

parent
4292db181f
commit
65950be141
@ -85,12 +85,14 @@ void gimp_statusbar_push_coords (GimpStatusbar *statusbar,
|
||||
const gchar *title,
|
||||
gdouble x,
|
||||
const gchar *separator,
|
||||
gdouble y);
|
||||
gdouble y,
|
||||
const gchar *help);
|
||||
void gimp_statusbar_push_length (GimpStatusbar *statusbar,
|
||||
const gchar *context,
|
||||
const gchar *title,
|
||||
GimpOrientationType axis,
|
||||
gdouble value);
|
||||
gdouble value,
|
||||
const gchar *help);
|
||||
void gimp_statusbar_replace (GimpStatusbar *statusbar,
|
||||
const gchar *context,
|
||||
const gchar *format,
|
||||
|
Reference in New Issue
Block a user