| Gtk 3d Canvas (libgtk3dcanvas) Reference Manual | |||
|---|---|---|---|
| <<< Previous Page | Home | Up | Next Page >>> |
#include <gtk-3dcanvas.h> struct Gtk3dcanvasGroup; void gtk_3dcanvas_group_dump (Gtk3dcanvasGroup *group, int verbose); |
Gtk3dCanvasGroup are used to group together items which are logically associated. That way, you will be able to move all the items together.
struct Gtk3dcanvasGroup; |
The fields of the Gtk3dcanvasGroup are private, and should be accessed only through the properties and functions below.
void gtk_3dcanvas_group_dump (Gtk3dcanvasGroup *group, int verbose); |
Dump an item to screen for debugging purpose