#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 () | |
Glib::PropertyProxy< double > | property_x () |
X. | |
Glib::PropertyProxy_ReadOnly< double > | property_x () const |
X. | |
Glib::PropertyProxy< double > | property_y () |
Y. | |
Glib::PropertyProxy_ReadOnly< double > | property_y () const |
Y. | |
Friends | |
class | Canvas |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Canvas::Group * | wrap (GnomeCanvasGroup *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
|
|
|
|
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gnome::Canvas::Item. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gnome::Canvas::Item. |
|
X. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
X. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
Y. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
Y. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
|
A Glib::wrap() method for this object.
|