VisuUiScale

VisuUiScale — Defines a widget to setup scale.

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── VisuUiLine
                        ╰── VisuUiScale

Description

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

Functions

visu_ui_scale_new ()

GtkWidget *
visu_ui_scale_new ();

Creates a new VisuUiScale to allow to setup scale rendering characteristics.

Returns

a pointer to the newly created widget.

Since: 3.8


visu_ui_scale_bind ()

void
visu_ui_scale_bind (VisuUiScale *scale,
                    VisuGlExtScale *model);

Bind the properties of model to be displayed by scale .

Parameters

scale

a VisuUiScale object.

 

model

a VisuGlExtScale object.

[transfer full]

Since: 3.8

Types and Values