![]() |
![]() |
![]() |
V_Sim API - Reference Manual | ![]() |
---|---|---|---|---|
void gtkPairsCylinderInit (void); GtkWidget* gtkPairsCylinderBuild_widgets (); gchar* gtkPairsCylinderGet_valuesAsLabel (VisuPairData *data); void gtkPairsCylinderSet_values (VisuPairData *data);
void gtkPairsCylinderInit (void);
This routine is used by V_Sim to initialise the Gtk part of cylinder pair model. This should be called once on start-up.
GtkWidget* gtkPairsCylinderBuild_widgets ();
This routine create a container GtkWidget that hold all widgets necessary for handling cylinder pair model.
Returns : |
a newly created GtkWidget. |
gchar* gtkPairsCylinderGet_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 gtkPairsCylinderSet_values (VisuPairData *data);
Change the widget values with the given information. This change trigger no signals.
|
information about a pair. |