VisuUiAtomic

VisuUiAtomic — Defines a widget to setup a atomic.

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── VisuUiAtomic

Description

A set of widgets to setup the rendring of a atomic.

Functions

visu_ui_atomic_new ()

GtkWidget *
visu_ui_atomic_new (VisuNodeArrayRenderer *renderer);

Creates a new VisuUiAtomic to allow to setup atomic rendering characteristics.

Parameters

renderer

a VisuNodeArrayRenderer object.

 

Returns

a pointer to the newly created widget.

Since: 3.8


visu_ui_atomic_bind ()

void
visu_ui_atomic_bind (VisuUiAtomic *atomic,
                     GList *eleList);

Use the list eleList to be handled by elements . Any change in elements will be applied to the VisuElementRenderer corresponding to each VisuElement of eleList .

Parameters

atomic

a VisuUiAtomic object.

 

eleList

a list of VisuElement.

[element-type VisuElement]

Since: 3.8

Types and Values