![]() |
![]() |
![]() |
V_Sim API - Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
VisuUiPanel * visu_ui_panel_bg_init ();
void visu_ui_panel_bg_setImage (const gchar *filename
);
This is the user interface for fog and the background. The background can be either uniform or use a bitmap picture. The fog can be of different colours, custom or background.
VisuUiPanel * visu_ui_panel_bg_init ();
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 fog and the background colour stuff can be tuned, such the position of the fog, its colour...
Returns : |
a newly created VisuUiPanel object. |
void visu_ui_panel_bg_setImage (const gchar *filename
);
Set the background image.
|
a path to a file. |