#include "gcw.h"
Go to the source code of this file.
Functions |
void | gcw_debug (char *msg) |
void | gcw_set_gdk_color () |
void | gcw_clear_background () |
void | gcw_init_canvas (GnomeCanvas *canvas) |
gint | delete_event (GtkWidget *widget, GdkEvent *event, gpointer data) |
void | destroy (GtkWidget *widget, gpointer data) |
void | zoom (gpointer data, gint flag) |
void | zoom_in (GtkWidget *widget, gpointer data) |
void | zoom_100 (GtkWidget *widget, gpointer data) |
void | zoom_out (GtkWidget *widget, gpointer data) |
void | file_ok_sel (GtkWidget *w, gpointer data) |
void | file_cancel_sel (GtkWidget *w, gpointer data) |
void | filesel (GtkWidget *widget, gpointer data) |
void | key_release (GtkWidget *widget, GdkEventKey *event, gpointer data) |
void | gcw_install_canvas (GnomeCanvas *canvas) |
void | gcw_set_device_size (PLINT width, PLINT height) |
void | gcw_set_canvas_size (GnomeCanvas *canvas, PLINT width, PLINT height) |
void | gcw_set_canvas_zoom (GnomeCanvas *canvas, PLFLT magnification) |
void | gcw_use_text (PLINT use_text) |
void | gcw_use_pixmap (PLINT use_pixmap) |
void | gcw_use_hrshsym (PLINT use_hrshsym) |
void | gcw_use_persistence (PLINT use_persistence) |
Variables |
PLStream * | pls [] |
gint | count = 0 |
Function Documentation
gint delete_event |
( |
GtkWidget * |
widget, |
|
|
GdkEvent * |
event, |
|
|
gpointer |
data | |
|
) |
| | |
void destroy |
( |
GtkWidget * |
widget, |
|
|
gpointer |
data | |
|
) |
| | |
void file_cancel_sel |
( |
GtkWidget * |
w, |
|
|
gpointer |
data | |
|
) |
| | |
void file_ok_sel |
( |
GtkWidget * |
w, |
|
|
gpointer |
data | |
|
) |
| | |
void filesel |
( |
GtkWidget * |
widget, |
|
|
gpointer |
data | |
|
) |
| | |
void gcw_clear_background |
( |
|
) |
|
void gcw_debug |
( |
char * |
msg |
) |
|
void gcw_init_canvas |
( |
GnomeCanvas * |
canvas |
) |
|
void gcw_install_canvas |
( |
GnomeCanvas * |
canvas |
) |
|
void gcw_set_canvas_size |
( |
GnomeCanvas * |
canvas, |
|
|
PLINT |
width, |
|
|
PLINT |
height | |
|
) |
| | |
void gcw_set_canvas_zoom |
( |
GnomeCanvas * |
canvas, |
|
|
PLFLT |
magnification | |
|
) |
| | |
void gcw_set_device_size |
( |
PLINT |
width, |
|
|
PLINT |
height | |
|
) |
| | |
void gcw_set_gdk_color |
( |
|
) |
|
void gcw_use_hrshsym |
( |
PLINT |
use_hrshsym |
) |
|
void gcw_use_persistence |
( |
PLINT |
use_persistence |
) |
|
void gcw_use_pixmap |
( |
PLINT |
use_pixmap |
) |
|
void gcw_use_text |
( |
PLINT |
use_text |
) |
|
void key_release |
( |
GtkWidget * |
widget, |
|
|
GdkEventKey * |
event, |
|
|
gpointer |
data | |
|
) |
| | |
void zoom |
( |
gpointer |
data, |
|
|
gint |
flag | |
|
) |
| | |
void zoom_100 |
( |
GtkWidget * |
widget, |
|
|
gpointer |
data | |
|
) |
| | |
void zoom_in |
( |
GtkWidget * |
widget, |
|
|
gpointer |
data | |
|
) |
| | |
void zoom_out |
( |
GtkWidget * |
widget, |
|
|
gpointer |
data | |
|
) |
| | |
Variable Documentation