![]() |
![]() |
![]() |
V_Sim API - Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
gchar * visu_ui_pairs_wire_getValues (VisuPairLink *data
); void visu_ui_pairs_wire_init (void
); GtkWidget * visu_ui_pairs_wire_initBuild (); void visu_ui_pairs_wire_setValues (VisuPairLink *data
);
Some additional widgets to be displayed in the pairs dialog window. It contains a selector for the stipple of line representation, a selector for the colour and a way to choose a shade in case of colourisation depending on length.
gchar * visu_ui_pairs_wire_getValues (VisuPairLink *data
);
Create an internationalised UTF-8 label that describes the information about a pair.
|
information about a pair |
Returns : |
a newly allocated string. [transfer full] |
void visu_ui_pairs_wire_init (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 * visu_ui_pairs_wire_initBuild ();
This routine create a container GtkWidget that hold all widgets necessary for handling wire pair model.
Returns : |
a newly created GtkWidget. |
void visu_ui_pairs_wire_setValues (VisuPairLink *data
);
Change the widget values with the given information. This change trigger no signals.
|
information about a pair. |