![]() |
![]() |
![]() |
V_Sim API - Reference Manual | ![]() |
---|---|---|---|---|
GtkWidget* gtkPickBuild_interface (GtkMain *main, gchar **label, gchar **help, GtkWidget **radio); GList* gtkPickGet_nodeSelection (); gboolean gtkPickParse_XMLFile (const gchar *filename, VisuData *data, GError **error); void gtkPick_onClose ();
GtkWidget* gtkPickBuild_interface (GtkMain *main, gchar **label, gchar **help, GtkWidget **radio);
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.
|
the main interface. |
GList* gtkPickGet_nodeSelection ();
Compute a list of VisuNode currently listed.
Returns : |
a newly created list. Should be freed with g_list_free()
after use.
|
gboolean gtkPickParse_XMLFile (const gchar *filename, VisuData *data, GError **error);
Parse the given V_Sim value file and update the dialog accordingly.
|
a filename ; |
|
a VisuData object to take the pick information from ; |
|
a location to store possible errors. |
Returns : |
TRUE if no error. |