#include <shape.h>
Inheritance diagram for Gnome::Canvas::Shape:

Public Member Functions | ||||
| virtual | ~Shape () | |||
| GnomeCanvasShape * | gobj () | |||
| Provides access to the underlying C GtkObject. | ||||
| const GnomeCanvasShape * | gobj () const | |||
| Provides access to the underlying C GtkObject. | ||||
Related Functions | ||||
| (Note that these are not member functions.) | ||||
| Gnome::Canvas::Shape * | wrap (GnomeCanvasShape *object, bool take_copy=false) | |||
| ||||
| virtual Gnome::Canvas::Shape::~Shape | ( | ) | [virtual] |
| GnomeCanvasShape* Gnome::Canvas::Shape::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gnome::Canvas::Item.
Reimplemented in Gnome::Canvas::Bpath, Gnome::Canvas::Ellipse, Gnome::Canvas::Polygon, Gnome::Canvas::RectEllipse, and Gnome::Canvas::Rect.
| const GnomeCanvasShape* Gnome::Canvas::Shape::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gnome::Canvas::Item.
Reimplemented in Gnome::Canvas::Bpath, Gnome::Canvas::Ellipse, Gnome::Canvas::Polygon, Gnome::Canvas::RectEllipse, and Gnome::Canvas::Rect.
| Gnome::Canvas::Shape * wrap | ( | GnomeCanvasShape * | 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. |
1.5.1