| V_Sim API - Reference Manual | ||||
|---|---|---|---|---|
enum GtkInteractiveActionId; void gtkInteractiveInit (); void gtkInteractiveBuild_window (GtkMain *main); void gtkInteractiveInit_session ();
typedef enum
{
action_observe,
action_pick,
action_move,
action_mark
} 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.
main : |
the command panel the about dialog is associated to. |