#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <gtk/gtkmain.h>
#include <gtk/gtksignal.h>
#include <gtkgl/gtkglarea.h>
#include <GL/gl.h>
#include "gtkfmaps.h"
#include "gtkfmapsproj.h"
Go to the source code of this file.
Defines | |
#define | FMAPS_DEFAULT_WIDTH 200 |
#define | FMAPS_DEFAULT_HEIGHT 100 |
Functions | |
guint | gtk_fmaps_get_type () |
GtkWidget* | gtk_fmaps_new (GtkAdjustment *adjustment,PGconn *conn) |
GtkAdjustment* | gtk_fmaps_get_adjustment (GtkFMaps *fmaps) |
void | gtk_fmaps_set_adjustment (GtkFMaps *fmaps, GtkAdjustment *adjustment) |
void | gtk_fmaps_add_table (GtkFMaps *fmaps, gchar *name,gboolean visible) |
|
Definition at line 34 of file gtkfmaps.c. |
|
Definition at line 33 of file gtkfmaps.c. |
|
Definition at line 470 of file gtkfmaps.c. |
|
Definition at line 215 of file gtkfmaps.c. |
|
Definition at line 59 of file gtkfmaps.c. |
|
Definition at line 132 of file gtkfmaps.c. |
|
Definition at line 224 of file gtkfmaps.c. |