VisuUiElements

VisuUiElements — Defines a widget to setup a elements.

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── VisuUiElements

Description

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

Functions

visu_ui_elements_new ()

GtkWidget *
visu_ui_elements_new (VisuNodeArrayRenderer *renderer);

Creates a new VisuUiElements to allow to setup elements rendering characteristics.

Parameters

renderer

a VisuNodeArrayRenderer object.

 

Returns

a pointer to the newly created widget.

Since: 3.8


visu_ui_elements_bind ()

void
visu_ui_elements_bind (VisuUiElements *elements,
                       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

elements

a VisuUiElements object.

 

eleList

a list of VisuElement.

[element-type VisuElement]

Since: 3.8

Types and Values