GtkPlotCanvasText

GtkPlotCanvasText

Synopsis


#include <gtkextra.h>

                    GtkPlotCanvasText;
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 *real_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);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkPlotCanvasChild
                     +----GtkPlotCanvasText

Properties

  "text"                     gpointer              : Read / Write

Description

FIXME:: need long description

Details

GtkPlotCanvasText

typedef struct _GtkPlotCanvasText GtkPlotCanvasText;

The GtkPlotCanvasText struct contains only private data. It should only be accessed through the functions described below.


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 *real_text);

font :

height :

angle :

fg :

bg :

transparent :

justification :

real_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 :

a GtkPlotCanvasText.

font :

height :

angle :

fg :

bg :

transparent :

justification :

real_text :

Property Details

The "text" property

  "text"                     gpointer              : Read / Write

Text Attributes.