panelConfig

panelConfig — The tab where miscellaneous options are setup.

Functions

Description

Nothing special here.

Functions

visu_ui_panel_config_init ()

VisuUiPanel *
visu_ui_panel_config_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 configuration stuff can be done, such as the auto-reloading.

[skip]

Parameters

ui

a VisuUiMain object.

 

Returns

a newly created VisuUiPanel object.


visu_ui_panel_config_getArea ()

GtkWidget *
visu_ui_panel_config_getArea ();

This routine can be used to extend the configure panel from plug-ins.

Returns

a GtkBox containing elements of the configure panel.

[transfer none]

Since: 3.7

Types and Values