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