atomes 1.1.15
atomes: an atomic scale modeling tool box
|
Functions to draw the complete graph. More...
#include <gtk/gtk.h>
#include <cairo.h>
#include <cairo-pdf.h>
#include <cairo-ps.h>
#include <cairo-svg.h>
#include "global.h"
#include "curve.h"
Go to the source code of this file.
Functions | |
void | adjust_tool_model (int calc, int curve, gchar *string_path) |
adjust the content of the tool box tree model | |
void | show_curve (GtkDrawingArea *area, cairo_t *cr, int width, int height, gpointer curve) |
show curve callback GTK3 | |
void | hide_curve (gpointer data) |
hide curve | |
G_MODULE_EXPORT gboolean | to_hide_curve (GtkWidget *thecurve, GdkEvent *event, gpointer data) |
hide curve callback GTK3 | |
Functions to draw the complete graph.
Definition in file show.c.
|
extern |
void hide_curve | ( | gpointer | data | ) |
void show_curve | ( | GtkDrawingArea * | area, |
cairo_t * | cr, | ||
int | width, | ||
int | height, | ||
gpointer | curve ) |