![]() |
![]() |
![]() |
V_Sim API - Reference Manual | ![]() |
---|---|---|---|---|
void gtkPairsWireInit (void); GtkWidget* gtkPairsWireBuild_widgets (); gchar* gtkPairsWireGet_valuesAsLabel (VisuPairData *data); void gtkPairsWireSet_values (VisuPairData *data);
void gtkPairsWireInit (void);
This routine is used by V_Sim to initialise the Gtk part of wire pair model. This should be called once on start-up.
GtkWidget* gtkPairsWireBuild_widgets ();
This routine create a container GtkWidget that hold all widgets necessary for handling wire pair model.
Returns : |
a newly created GtkWidget. |
gchar* gtkPairsWireGet_valuesAsLabel (VisuPairData *data);
Create an internationalised UTF-8 label that describes the information about a pair.
|
information about a pair |
Returns : |
a newly allocated string. |
void gtkPairsWireSet_values (VisuPairData *data);
Change the widget values with the given information. This change trigger no signals.
|
information about a pair. |