Top | ![]() |
![]() |
![]() |
![]() |
void | (*VisuUiPairsInitFunc) () |
GtkWidget * | (*VisuUiPairsBuildWidgetsFunc) () |
gchar * | (*VisuUiPairsToLabelFunc) () |
void | (*VisuUiPairsSetValuesFunc) () |
void | visu_ui_pairs_initBuild () |
void | visu_ui_pairs_setSpecificLabels () |
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.
void
(*VisuUiPairsInitFunc) (void
);
Prototype of functions called once on V_Sim start-up.
GtkWidget * (*VisuUiPairsBuildWidgetsFunc) ();
Prototype of functions that create a container GtkWidgets will all element needed to change characteristic of a model.
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.
void
(*VisuUiPairsSetValuesFunc) (VisuPairLink *data
);
Prototype of functions used to update the widgets with given pair data
.
void
visu_ui_pairs_initBuild (VisuUiMain *main
);
Create the dialog window for pairs.
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.