![]() |
![]() |
![]() |
V_Sim API - Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
GtkWidget * visu_ui_interactive_move_initBuild (VisuUiMain *main
,gchar **label
,gchar **help
,GtkWidget **radio
); void visu_ui_interactive_move_start (VisuUiRenderingWindow *window
); void visu_ui_interactive_move_stop (VisuUiRenderingWindow *window
);
This action tab provides widgets to move single or group of atoms. It provides also widgets to remove or add atoms. And finally it provides a way to change the basis-set by picking atoms to form vertices of a new basis-set.
GtkWidget * visu_ui_interactive_move_initBuild (VisuUiMain *main
,gchar **label
,gchar **help
,GtkWidget **radio
);
This routine should be called in conjonction to the
visu_ui_interactive_pick_initBuild()
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 visu_ui_interactive_move_start (VisuUiRenderingWindow *window
);
Initialise a moving session.
|
a VisuUiRenderingWindow object. |
void visu_ui_interactive_move_stop (VisuUiRenderingWindow *window
);
Finalise a moving session.
|
a VisuUiRenderingWindow object. |