#include <text.h>
Inheritance diagram for Gnome::Canvas::Text:
Public Member Functions | |
virtual | ~Text () |
GnomeCanvasText * | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeCanvasText * | gobj () const |
Provides access to the underlying C GtkObject. | |
Text (Group &parent, double x, double y, const Glib::ustring &text) | |
Text (Group &parent) | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Canvas::Text * | wrap (GnomeCanvasText *object, bool take_copy=false) |
virtual Gnome::Canvas::Text::~Text | ( | ) | [virtual] |
Gnome::Canvas::Text::Text | ( | Group & | parent, | |
double | x, | |||
double | y, | |||
const Glib::ustring & | text | |||
) |
Gnome::Canvas::Text::Text | ( | Group & | parent | ) | [explicit] |
const GnomeCanvasText* Gnome::Canvas::Text::gobj | ( | ) | const [inline] |
GnomeCanvasText* Gnome::Canvas::Text::gobj | ( | ) | [inline] |
Gnome::Canvas::Text * wrap | ( | GnomeCanvasText * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |