![]() |
![]() |
![]() |
V_Sim API - Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
gtk_cylindergtk_cylinder — The additional widgets displayed in the pair dialog to handle cylinder pairs. |
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
);
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.
gchar * visu_ui_pairs_cylinder_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_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.
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. |
void visu_ui_pairs_cylinder_setValues (VisuPairLink *data
);
Change the widget values with the given information. This change trigger no signals.
|
information about a pair. |