| V_Sim API - Reference Manual | ||||
|---|---|---|---|---|
enum GtkInteractiveActionId; void gtkInteractiveInit (); void gtkInteractiveBuild_window (GtkMain *main); void gtkInteractiveInit_session (RenderingWindow *window, VisuInteractive *inter);
typedef enum
{
action_observe,
action_pick,
action_move,
n_preset_actions
} GtkInteractiveActionId;
Possibe actions.
void gtkInteractiveInit ();
Initialise the observe/pick window, connect the signals, give names to widgets...
void gtkInteractiveBuild_window (GtkMain *main);
create the window.
|
the command panel the about dialog is associated to. |
void gtkInteractiveInit_session (RenderingWindow *window, VisuInteractive *inter);
Start the observe & pick session.