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:
Raphael Quinet
2007-01-21 01:24:51 +00:00
committed by Raphaël Quinet
parent 4292db181f
commit 65950be141
11 changed files with 161 additions and 34 deletions

View File

@ -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,