~ubuntu-branches/ubuntu/saucy/goffice/saucy-proposed

« back to all changes in this revision

Viewing changes to goffice/canvas/goc-graph.c

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2013-08-30 14:03:56 UTC
  • mfrom: (1.2.35)
  • Revision ID: package-import@ubuntu.com-20130830140356-a1e30nbdku8kg4q0
Tags: 0.10.6-1
* New upstream release [August 2013].
* Dropped backported "pixbuf-fixes.patch".

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
                                      (int) (graph->h * item->canvas->pixels_per_unit));
225
225
}
226
226
 
 
227
#ifdef GOFFICE_WITH_GTK
227
228
static char *
228
229
format_coordinate (GogAxis *axis, GOFormat *fmt, double x)
229
230
{
245
246
        return g_string_free (res, FALSE);
246
247
}
247
248
 
248
 
#ifdef GOFFICE_WITH_GTK
249
249
static void
250
250
goc_graph_do_tooltip (GocGraph *graph)
251
251
{