![]() |
![]() |
![]() |
V_Sim API - Reference Manual | ![]() |
---|---|---|---|---|
void gtkPickBuild_interface (GtkMain *main); void gtkPickUpdate_informations (PickMesure *pickMesure); GList* gtkPickGet_nodeSelection (); void gtkPick_onClose ();
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. |
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. |
GList* gtkPickGet_nodeSelection ();
Compute a list of VisuNode currently listed.
Returns : | a newly created list. Should be freed with g_list_free()
after use.
|