Scatter Plot Files

Listing C.9 is the interface.c for the scatter plot example program, and Listing C.9 is the corresponding Glade XML file.

interface.c for the Scatter Plot Example

Listing C.9 is the Glade-generated file for building the interface for the “scatter plot” program.

Listing C.9. interface.c for the Scatter Plot Executable
							/* DO NOT EDIT THIS FILE - it is generated by Glade.
							*/ #ifdef HAVE_CONFIG_H # include <config.h> #endif #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #include <string.h> #include <gdk/gdkkeysyms.h> #include <gtk/gtk.h> #include "callbacks.h" #include "interface.h" #include "support.h" GtkWidget* create_frm_scatter (void) { GtkWidget *frm_scatter; GtkWidget *vbox1; GtkWidget *hbox1; GtkWidget ...

Get MySQL Building User Interfaces now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.