gtk_move

gtk_move — The move tab in the interactive dialog.

Synopsis

GtkWidget*          gtkMoveBuild_interface              (VisuUiMain *main,
                                                         gchar **label,
                                                         gchar **help,
                                                         GtkWidget **radio);
void                gtkMoveStart                        (VisuRenderingWindow *window);
void                gtkMoveStop                         (VisuRenderingWindow *window);

Description

Details

gtkMoveBuild_interface ()

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.

main :

the main interface.

label :

a location to store the name of the move tab ;

help :

a location to store the help message to be shown at the bottom of the window ;

radio :

a location on the radio button that will be toggled when the move action is used.

gtkMoveStart ()

void                gtkMoveStart                        (VisuRenderingWindow *window);

Initialise a moving session.

window :

a VisuRenderingWindow object.

gtkMoveStop ()

void                gtkMoveStop                         (VisuRenderingWindow *window);

Finalise a moving session.

window :

a VisuRenderingWindow object.