209
209
ctx.curve_to(startx, mid - height / 5,
210
210
startx, mid - height / 5,
211
211
startx + (endx - startx) / 2, mid)
213
213
ctx.curve_to(endx, mid + height / 5,
217
217
if flags & gtk.CELL_RENDERER_SELECTED:
218
218
ctx.set_source_rgb(1.0, 1.0, 1.0)
220
self.set_colour(ctx, colour, 0.0, 0.65)
223
self.set_colour(ctx, colour, 0.0, 0.65)
223
227
def render_tags(self, ctx, pango_ctx, cell_area, box_size):