VisuUiSpin

VisuUiSpin — Defines a widget to setup a spin.

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── VisuUiSpin

Description

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

Functions

visu_ui_spin_new ()

GtkWidget *
visu_ui_spin_new (VisuNodeArrayRenderer *renderer);

Creates a new VisuUiSpin to allow to setup spin rendering characteristics.

Parameters

renderer

a VisuNodeArrayRenderer object.

 

Returns

a pointer to the newly created widget.

Since: 3.8


visu_ui_spin_bind ()

void
visu_ui_spin_bind (VisuUiSpin *spin,
                   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

spin

a VisuUiSpin object.

 

eleList

a list of VisuElement.

[element-type VisuElement]

Since: 3.8

Types and Values