Gtk3dcanvasGroup

Name

Gtk3dcanvasGroup -- How to pack items together.

Synopsis


#include <gtk-3dcanvas.h>


struct      Gtk3dcanvasGroup;
void        gtk_3dcanvas_group_dump         (Gtk3dcanvasGroup *group,
                                             int verbose);

Object Hierarchy


  GObject
   +----GtkObject
         +----Gtk3dcanvasItem
               +----Gtk3dcanvasGroup

Description

Gtk3dCanvasGroup are used to group together items which are logically associated. That way, you will be able to move all the items together.

Details

struct Gtk3dcanvasGroup

struct Gtk3dcanvasGroup;

The fields of the Gtk3dcanvasGroup are private, and should be accessed only through the properties and functions below.


gtk_3dcanvas_group_dump ()

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