app/widgets/gimpdockable.c moved utility function for setting attributes
2008-03-19 Sven Neumann <sven@gimp.org> * app/widgets/gimpdockable.c * app/widgets/gimpwidgets-utils.[ch]: moved utility function for setting attributes on a PangoLayout out of gimpdockable.c. * app/display/gimpcanvas.c (gimp_canvas_draw_drop_zone): use a bold font and paint the layout with transparency. svn path=/trunk/; revision=25116
This commit is contained in:
committed by
Sven Neumann
parent
ebdd875ce7
commit
a355f1777b
@ -90,5 +90,8 @@ void gimp_widget_set_accel_help (GtkWidget *widget,
|
||||
|
||||
const gchar * gimp_get_message_stock_id (GimpMessageSeverity severity);
|
||||
|
||||
void gimp_pango_layout_set_weight (PangoLayout *layout,
|
||||
PangoWeight weight);
|
||||
|
||||
|
||||
#endif /* __GIMP_WIDGETS_UTILS_H__ */
|
||||
|
||||
Reference in New Issue
Block a user