gtk_wire

gtk_wire — The additional widgets displayed in the pair dialog to handle wire pairs.

Synopsis

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);

Description

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.

Details

visu_ui_pairs_wire_getValues ()

gchar *             visu_ui_pairs_wire_getValues        (VisuPairLink *data);

Create an internationalised UTF-8 label that describes the information about a pair.

data :

information about a pair

Returns :

a newly allocated string. [transfer full]

visu_ui_pairs_wire_init ()

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.


visu_ui_pairs_wire_initBuild ()

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.

visu_ui_pairs_wire_setValues ()

void                visu_ui_pairs_wire_setValues        (VisuPairLink *data);

Change the widget values with the given information. This change trigger no signals.

data :

information about a pair.