gtk_pick

gtk_pick

Synopsis

void                gtkPickBuild_interface              (GtkMain *main);
void                gtkPickUpdate_informations          (PickMesure *pickMesure);
GList*              gtkPickGet_nodeSelection            ();
void                gtkPick_onClose                     ();

Description

Details

gtkPickBuild_interface ()

void                gtkPickBuild_interface              (GtkMain *main);

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 pick tab.

main :

the main interface.

gtkPickUpdate_informations ()

void                gtkPickUpdate_informations          (PickMesure *pickMesure);

Update all widgets in the pick part with the given pick information.

pickMesure :

the information resulting from a pick action.

gtkPickGet_nodeSelection ()

GList*              gtkPickGet_nodeSelection            ();

Compute a list of VisuNode currently listed.

Returns :

a newly created list. Should be freed with g_list_free() after use.

gtkPick_onClose ()

void                gtkPick_onClose                     ();

A routine to be called when the interactive window is closed. It currently cleans the labels for the pick information.