Home
last modified time | relevance | path

Searched refs:gtk_plot3d_new (Results 1 – 7 of 7) sorted by relevance

/dports/deskutils/genius/genius-1.0.27/gtkextra/
H A Dgtkplot3d.h120 GtkWidget* gtk_plot3d_new (cairo_surface_t *drawable);
H A Dgtkplot3d.c1749 gtk_plot3d_new (cairo_surface_t *drawable) in gtk_plot3d_new() function
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkplot3d.h120 GtkWidget* gtk_plot3d_new (GdkDrawable *drawable);
H A Dgtkplot3d.c1721 gtk_plot3d_new (GdkDrawable *drawable) in gtk_plot3d_new() function
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkplot3d.h113 GtkWidget* gtk_plot3d_new (GdkDrawable *drawable);
H A Dgtkplot3d.c1042 gtk_plot3d_new (GdkDrawable *drawable) in gtk_plot3d_new() function
/dports/deskutils/genius/genius-1.0.27/src/
H A Dgraphing.c1859 surface_plot = gtk_plot3d_new (NULL); in add_surface_plot()