gtk_cylinder

gtk_cylinder — The additional widgets displayed in the pair dialog to handle cylinder pairs.

Synopsis

gchar *             visu_ui_pairs_cylinder_getValues    (VisuPairLink *data);
void                visu_ui_pairs_cylinder_init         (void);
GtkWidget *         visu_ui_pairs_cylinder_initBuild    ();
void                visu_ui_pairs_cylinder_setValues    (VisuPairLink *data);

Description

Some additional widgets to be displayed in the pairs dialog window. It contains a tool to choose the colourisation scheme of pairs and the radius of cylinder representation.

Details

visu_ui_pairs_cylinder_getValues ()

gchar *             visu_ui_pairs_cylinder_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_cylinder_init ()

void                visu_ui_pairs_cylinder_init         (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.


visu_ui_pairs_cylinder_initBuild ()

GtkWidget *         visu_ui_pairs_cylinder_initBuild    ();

This routine create a container GtkWidget that hold all widgets necessary for handling cylinder pair model.

Returns :

a newly created GtkWidget.

visu_ui_pairs_cylinder_setValues ()

void                visu_ui_pairs_cylinder_setValues    (VisuPairLink *data);

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

data :

information about a pair.