VisuUiAxes

VisuUiAxes — Defines a widget to setup axes.

Functions

Object Hierarchy

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

Description

A set of widgets to setup the rendring of axes.

Functions

visu_ui_axes_new ()

GtkWidget *
visu_ui_axes_new ();

Creates a new VisuUiAxes to allow to setup axes rendering characteristics.

Returns

a pointer to the newly created widget.

Since: 3.8


visu_ui_axes_bind ()

void
visu_ui_axes_bind (VisuUiAxes *axes,
                   VisuGlExtAxes *model);

Bind the properties of model to be displayed by axes .

Parameters

axes

a VisuUiAxes object.

 

model

a VisuGlExtAxes object.

[transfer full]

Since: 3.8


visu_ui_axes_getBasisCheckButton ()

GtkWidget *
visu_ui_axes_getBasisCheckButton (VisuUiAxes *axes);

Retrieve the check button used to indicate if axes are orthogonal or follow the box basis set.

Parameters

axes

a VisuUiAxes object.

 

Returns

a GtkCheckButton widget.

[transfer none]

Since: 3.8

Types and Values