gtk_pairs

gtk_pairs — The pairs dialog.

Functions

Description

The pair dialog provides a list of pairs as min/max distances between species to draw pairs. A set of two species can have several pairs drawn.

This dialog also hosts widgets that depend on the pair method that is used for a given link.

Finally, it has also a second tab where a graph of g(r) can be drawn.

Functions

VisuUiPairsInitFunc ()

void
(*VisuUiPairsInitFunc) (void);

Prototype of functions called once on V_Sim start-up.


VisuUiPairsBuildWidgetsFunc ()

GtkWidget *
(*VisuUiPairsBuildWidgetsFunc) ();

Prototype of functions that create a container GtkWidgets will all element needed to change characteristic of a model.

Returns

a newly allocated GtkWidget.


VisuUiPairsToLabelFunc ()

gchar *
(*VisuUiPairsToLabelFunc) (VisuPairLink *data);

Create a string, internationalised and in UTF-8, that describes the given pair data . This string is used in a column tree view to summarize the pair description.

Parameters

data

information about a pair.

 

Returns

a newly created string.


VisuUiPairsSetValuesFunc ()

void
(*VisuUiPairsSetValuesFunc) (VisuPairLink *data);

Prototype of functions used to update the widgets with given pair data .

Parameters

data

informations about a pair.

 

visu_ui_pairs_initBuild ()

void
visu_ui_pairs_initBuild (VisuUiMain *main);

Create the dialog window for pairs.

Parameters

main

the command panel the about dialog is associated to.

 

visu_ui_pairs_setSpecificLabels ()

void
visu_ui_pairs_setSpecificLabels (GtkTreeIter *iter,
                                 const gchar *label);

Change the specific label shown in the treeview of pairs for the given iter. An iter in this treeview can be retrieve using the _VisuUiPairsIter objects.

Parameters

iter

the GtkTreeIter to set the label ;

 

label

the value of the label to be set.

 

Types and Values