GtkPlotCanvasText

GtkPlotCanvasText

Synopsis


#include <gtkextra.h>

GtkPlotCanvasChild * gtk_plot_canvas_text_new           (const gchar *font,
                                                         gint height,
                                                         gint angle,
                                                         const GdkColor *fg,
                                                         const GdkColor *bg,
                                                         gboolean transparent,
                                                         GtkJustification justification,
                                                         const gchar *text);
void                gtk_plot_canvas_text_set_attributes (GtkPlotCanvasText *text,
                                                         const gchar *font,
                                                         gint height,
                                                         gint angle,
                                                         const GdkColor *fg,
                                                         const GdkColor *bg,
                                                         gboolean transparent,
                                                         GtkJustification justification,
                                                         const gchar *real_text);

Description

Details

gtk_plot_canvas_text_new ()

GtkPlotCanvasChild * gtk_plot_canvas_text_new           (const gchar *font,
                                                         gint height,
                                                         gint angle,
                                                         const GdkColor *fg,
                                                         const GdkColor *bg,
                                                         gboolean transparent,
                                                         GtkJustification justification,
                                                         const gchar *text);

font :

height :

angle :

fg :

bg :

transparent :

justification :

text :

Returns :


gtk_plot_canvas_text_set_attributes ()

void                gtk_plot_canvas_text_set_attributes (GtkPlotCanvasText *text,
                                                         const gchar *font,
                                                         gint height,
                                                         gint angle,
                                                         const GdkColor *fg,
                                                         const GdkColor *bg,
                                                         gboolean transparent,
                                                         GtkJustification justification,
                                                         const gchar *real_text);

text :

font :

height :

angle :

fg :

bg :

transparent :

justification :

real_text :