| V_Sim API - Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
GtkWidget* gtkMoveBuild_interface (VisuUiMain *main,gchar **label,gchar **help,GtkWidget **radio); void gtkMoveStart (VisuRenderingWindow *window); void gtkMoveStop (VisuRenderingWindow *window);
GtkWidget* gtkMoveBuild_interface (VisuUiMain *main,gchar **label,gchar **help,GtkWidget **radio);
This routine should be called in conjonction to the
create_observeDialog() one. It completes the creation of widgets
(and also initialisation of values) for the move tab.
|
the main interface. |
|
a location to store the name of the move tab ; |
|
a location to store the help message to be shown at the bottom of the window ; |
|
a location on the radio button that will be toggled when the move action is used. |
void gtkMoveStart (VisuRenderingWindow *window);
Initialise a moving session.
|
a VisuRenderingWindow object. |
void gtkMoveStop (VisuRenderingWindow *window);
Finalise a moving session.
|
a VisuRenderingWindow object. |