Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | visu_ui_link_new () |
void | visu_ui_link_bind () |
void | visu_ui_link_setAddLinks () |
VisuData * | data | Read / Write |
VisuPairLink * | model | Read / Write |
VisuGlExtPairs * | renderer | Read / Write / Construct Only |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── VisuUiLink
GtkWidget *
visu_ui_link_new (VisuGlExtPairs *pairs
);
Creates a new VisuUiLink to allow to setup link rendering characteristics.
Since: 3.8
void visu_ui_link_bind (VisuUiLink *link
,VisuPairLink *model
);
Bind the properties of model
to be displayed by link
.
Since: 3.8
void visu_ui_link_setAddLinks (VisuUiLink *link
,GList *lst
);
Set the list of additional VisuPairLink to be updated when the
model of link
is updated, see visu_ui_link_bind()
.
link |
a VisuUiLink object. |
|
lst |
a list of VisuPairLink objects. |
[element-type VisuPairLink] |
Since: 3.8
“renderer”
property“renderer” VisuGlExtPairs *
renderer object to draw links.
Flags: Read / Write / Construct Only