added new function gimp_cairo_set_focus_line_pattern().
2007-12-16 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcairo-utils.[ch]: added new function gimp_cairo_set_focus_line_pattern(). * libgimpwidgets/gimpcellrenderercolor.c (gimp_cell_renderer_color_render): use the focus line pattern to emphasize the selected entry. * app/widgets/gimppaletteview.c (gimp_palette_view_expose): use the new utility function. * libgimpwidgets/gimpwidgets.def: updated. svn path=/trunk/; revision=24371
This commit is contained in:
committed by
Sven Neumann
parent
6d92a4a67f
commit
75614f65cc
@ -28,6 +28,9 @@ void gimp_cairo_set_source_rgb (cairo_t *cr,
|
||||
GimpRGB *color);
|
||||
void gimp_cairo_set_source_rgba (cairo_t *cr,
|
||||
GimpRGB *color);
|
||||
gboolean gimp_cairo_set_focus_line_pattern (cairo_t *cr,
|
||||
GtkWidget *widget);
|
||||
|
||||
cairo_pattern_t * gimp_cairo_checkerboard_create (cairo_t *cr,
|
||||
gint size);
|
||||
cairo_surface_t * gimp_cairo_surface_create_from_pixbuf (GdkPixbuf *pixbuf);
|
||||
|
||||
Reference in New Issue
Block a user