Top | ![]() |
![]() |
![]() |
![]() |
panelElementspanelElements — The tab where VisuElement characteristics can be tuned. |
It is possible to get the list of selected elements by
calling visu_ui_panel_elements_getSelected()
.
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]
GtkWidget * visu_ui_panel_elements_getStatic ();
Creates and retrieves the VisuUiPanel used to handle VisuElement.
Since: 3.8
#define VISU_UI_PANEL_ELEMENTS visu_ui_panel_elements_getStatic()
Retrieve the widget of the panel of VisuElement.