![]() | ![]() | ![]() | Gtk 3d Canvas (libgtk3dcanvas) Reference Manual | ![]() |
---|
#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
group : | what to dump |
verbose : | if true, dump the contained items also |
<<< Gtk3dcanvasStick | Scene rendering API reference >>> |