panelElements

panelElements — The tab where VisuElement characteristics can be tuned.

Functions

Types and Values

Description

It is possible to get the list of selected elements by calling visu_ui_panel_elements_getSelected().

Functions

visu_ui_panel_elements_init ()

VisuUiPanel *
visu_ui_panel_elements_init (VisuUiMain *ui);

Should be used in the list declared in externalModules.h to be loaded by V_Sim on start-up. This routine will create the VisuUiPanel where the element stuff can be done, such as choosing a colour, setting the radius of spheres...

[skip]

Parameters

ui

a VisuUiMain object.

 

Returns

a newly created VisuUiPanel object.


visu_ui_panel_elements_getStatic ()

GtkWidget *
visu_ui_panel_elements_getStatic ();

Creates and retrieves the VisuUiPanel used to handle VisuElement.

Returns

a VisuUiPanel object.

[transfer none]

Since: 3.8

Types and Values

VISU_UI_PANEL_ELEMENTS

#define VISU_UI_PANEL_ELEMENTS visu_ui_panel_elements_getStatic()

Retrieve the widget of the panel of VisuElement.

Returns

a GtkWidget owned by V_Sim.