Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | visu_ui_box_transform_new () |
void | visu_ui_box_transform_bind () |
void | visu_ui_box_transform_bindGlExtBox () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── VisuUiBoxTransform
A set of widgets to setup the transformation applied to a box (translations, expansions...).
GtkWidget * visu_ui_box_transform_new ();
Creates a new VisuUiBoxTransform to allow to setup box_transform rendering characteristics.
Since: 3.8
void visu_ui_box_transform_bind (VisuUiBoxTransform *box_transform
,VisuPointset *model
);
Bind the properties of model
to be displayed by box_transform
.
Since: 3.8
void visu_ui_box_transform_bindGlExtBox (VisuUiBoxTransform *box_transform
,VisuGlExtBox *model
);
Bind the properties of model
to be displayed by box_transform
.
Since: 3.8