Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── VisuUiElements
GtkWidget *
visu_ui_elements_new (VisuNodeArrayRenderer *renderer
);
Creates a new VisuUiElements to allow to setup elements rendering characteristics.
Since: 3.8
void visu_ui_elements_bind (VisuUiElements *elements
,GList *eleList
);
Use the list eleList
to be handled by elements
. Any change in
elements
will be applied to the VisuElementRenderer corresponding
to each VisuElement of eleList
.
elements |
a VisuUiElements object. |
|
eleList |
a list of VisuElement. |
[element-type VisuElement] |
Since: 3.8