#include <line.h>
Inheritance diagram for Gnome::Canvas::Line:
Public Member Functions | ||||
virtual | ~Line () | |||
GnomeCanvasLine * | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
const GnomeCanvasLine * | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
Line (Group &parent) | ||||
Line (Group &parent, const Points &points) | ||||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::Canvas::Line * | wrap (GnomeCanvasLine *object, bool take_copy=false) | |||
|
virtual Gnome::Canvas::Line::~Line | ( | ) | [virtual] |
Gnome::Canvas::Line::Line | ( | Group & | parent | ) | [explicit] |
GnomeCanvasLine* Gnome::Canvas::Line::gobj | ( | ) | [inline] |
const GnomeCanvasLine* Gnome::Canvas::Line::gobj | ( | ) | const [inline] |
Gnome::Canvas::Line * wrap | ( | GnomeCanvasLine * | 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. |