Tabular Files

The interface.c and tabular.glade files are included in this section.

interface.c for the Tabular Executable

Listing C.3 is the Glade-generated file for the tabular executable window widget. It creates a single form (frm_tabular) and returns a pointer to the newly created form.

Listing C.3. interface.c for the Tabular 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_tabular (void) { GtkWidget *frm_tabular; GtkWidget *vbox1; GtkWidget *scrolledwindow1; ...

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.