Top | ![]() |
![]() |
![]() |
![]() |
VisuGlExtPaths *
visu_gl_ext_paths_new (const gchar *name
);
Creates a new VisuGlExt to draw paths.
Since: 3.7
gboolean visu_gl_ext_paths_set (VisuGlExtPaths *paths
,VisuPaths *obj
);
Set the VisuPaths to be drawn.
paths |
the VisuGlExtPaths object to modify. |
|
obj |
a VisuPaths object. |
[allow-none][transfer none] |
Since: 3.7
gboolean visu_gl_ext_paths_setWidth (VisuGlExtPaths *paths
,float value
);
Change the rendering width of the paths
.
Since: 3.8
float
visu_gl_ext_paths_getWidth (VisuGlExtPaths *paths
);
Inquire the width used to render the paths
.
Since: 3.8
#define VISU_GL_EXT_PATHS_ID "Paths"
The id used to identify this extension, see
visu_gl_ext_rebuild()
for instance.