![]() |
![]() |
![]() |
GtkExtra Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#include <gtkextra.h> GtkPlotCairo; GtkObject * gtk_plot_cairo_new (cairo_t *cairo); GtkObject * gtk_plot_cairo_new_with_drawable (GdkDrawable *drawable); void gtk_plot_cairo_construct (GtkPlotCairo *pc, cairo_t *cairo, PangoContext *context); void gtk_plot_cairo_set_cairo (GtkPlotCairo *pc, cairo_t *cairo);
typedef struct _GtkPlotCairo GtkPlotCairo;
The GtkPlotCairo struct contains only private data. It should only be accessed through the functions described below.
GtkObject * gtk_plot_cairo_new_with_drawable (GdkDrawable *drawable);
|
|
Returns : |
void gtk_plot_cairo_construct (GtkPlotCairo *pc, cairo_t *cairo, PangoContext *context);
|
A GtkPlotCairo. |
|
|
|
void gtk_plot_cairo_set_cairo (GtkPlotCairo *pc, cairo_t *cairo);
|
a GtkPlotCairo |
|