[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: i_vars.h
User: ahvezda
Date: 06/08/06 15:23:19
Modified: . i_vars.h prototype.h
Log:
Applied patch by Tomaz Solc to add cursor key panning. Minor cleanup of
the code afterwards (mainly to add the keyboardpan_gain to the toplevel
as a proper rc variable).
Revision Changes Path
1.36 +1 -0 eda/geda/gaf/gschem/include/i_vars.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: i_vars.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/include/i_vars.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- i_vars.h 24 Jul 2006 03:29:21 -0000 1.35
+++ i_vars.h 6 Aug 2006 19:23:19 -0000 1.36
@@ -89,3 +89,4 @@
extern int default_auto_save_interval;
extern int default_drag_can_move;
extern int default_mousepan_gain;
+extern int default_keyboardpan_gain;
1.134 +10 -1 eda/geda/gaf/gschem/include/prototype.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: prototype.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/include/prototype.h,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -b -r1.133 -r1.134
--- prototype.h 6 Aug 2006 16:45:28 -0000 1.133
+++ prototype.h 6 Aug 2006 19:23:19 -0000 1.134
@@ -1,4 +1,4 @@
-/* $Id: prototype.h,v 1.133 2006/08/06 16:45:28 ahvezda Exp $ */
+/* $Id: prototype.h,v 1.134 2006/08/06 19:23:19 ahvezda Exp $ */
/* a_pan.c */
void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, double relativ_zoom_factor, int flags);
@@ -115,6 +115,10 @@
SCM g_keys_view_zoom_box(void);
SCM g_keys_view_zoom_box_hotkey(void);
SCM g_keys_view_pan(void);
+SCM g_keys_view_pan_left(void);
+SCM g_keys_view_pan_right(void);
+SCM g_keys_view_pan_up(void);
+SCM g_keys_view_pan_down(void);
SCM g_keys_view_pan_hotkey(void);
SCM g_keys_view_update_cues(void);
SCM g_keys_page_manager(void);
@@ -270,6 +274,7 @@
SCM g_rc_auto_save_interval(SCM seconds);
SCM g_rc_drag_can_move(SCM mode);
SCM g_rc_mousepan_gain(SCM mode);
+SCM g_rc_keyboardpan_gain(SCM mode);
/* g_register.c */
void g_register_funcs(void);
/* globals.c */
@@ -350,6 +355,10 @@
void i_callback_view_zoom_in_hotkey(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_view_zoom_out_hotkey(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_view_pan(gpointer data, guint callback_action, GtkWidget *widget);
+void i_callback_view_pan_left(gpointer data, guint callback_action, GtkWidget *widget);
+void i_callback_view_pan_right(gpointer data, guint callback_action, GtkWidget *widget);
+void i_callback_view_pan_up(gpointer data, guint callback_action, GtkWidget *widget);
+void i_callback_view_pan_down(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_view_pan_hotkey(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_view_update_cues(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_page_manager(gpointer data, guint callback_action, GtkWidget *widget);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs