Class Index Cross Index Namespace Index

Class Gnome::CanvasText


Contained in: Gnome
Derived from: Gnome::CanvasItem
Derived by: none

#include <gtk--/canvas-text.h>


public function member index:

CanvasText(const CanvasGroup& parent, double x, double y, const Gtk::string& text);
CanvasText(const CanvasGroup& parent);
GtkAnchorType get_anchor() const;
bool get_clip() const;
gdouble get_clip_height() const;
gdouble get_clip_width() const;
Gdk_Color get_fill_color() const;
Gdk_Pixmap get_fill_stipple() const;
GtkJustification get_justification() const;
gdouble get_text_height() const;
gdouble get_text_width() const;
static GtkType get_type();
gdouble get_x() const;
gdouble get_x_offset() const;
gdouble get_y() const;
gdouble get_y_offset() const;
GnomeCanvasText* gtkobj();
const GnomeCanvasText* gtkobj() const;
static bool isA(Gtk::Object* checkcast);
void set_anchor(GtkAnchorType);
void set_clip(bool);
void set_clip_height(gdouble);
void set_clip_width(gdouble);
void set_fill_color(const Gtk::string&);
void set_fill_color(const Gdk_Color&);
void set_fill_stipple(const Gdk_Pixmap&);
void set_font(const Gdk_Font&);
void set_font(const Gtk::string&);
void set_fontset(const Gtk::string&);
void set_justification(GtkJustification);
void set_text(const Gtk::string&);
void set_text_height(gdouble);
void set_text_width(gdouble);
void set_x(gdouble);
void set_x_offset(gdouble);
void set_y(gdouble);
void set_y_offset(gdouble);
virtual ~CanvasText();
 

protected function member index:

explicit CanvasText(GnomeCanvasText* castitem);
void initialize_class();
 

private function member index:

CanvasText(const CanvasText&);
CanvasText& operator =(const CanvasText&);
 

Description:



Function Member Descriptions:


Variable Member Descriptions: