[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: cnieves
Date: 07/02/23 14:24:34
Modified: . prototype.h
Log:
Added two new hotkeys to increase and decrease the snap grid size.
* include/prototype.h, lib/system-gschemrc.in, src/g_keys.c,
src/g_register.c, src/i_callbacks.c:
Added two new hotkeys to increase and decrease the snap grid size.
Feature Request #1443637. Thanks to KaiMartin for the suggestion.
Revision Changes Path
1.162 +5 -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.161
retrieving revision 1.162
diff -u -b -r1.161 -r1.162
--- prototype.h 22 Feb 2007 17:18:28 -0000 1.161
+++ prototype.h 23 Feb 2007 19:24:33 -0000 1.162
@@ -1,4 +1,4 @@
-/* $Id: prototype.h,v 1.161 2007/02/22 17:18:28 cnieves Exp $ */
+/* $Id: prototype.h,v 1.162 2007/02/23 19:24:33 cnieves Exp $ */
/* a_pan.c */
void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy,
@@ -170,6 +170,8 @@
SCM g_keys_options_grid(void);
SCM g_keys_options_snap(void);
SCM g_keys_options_snap_size(void);
+SCM g_keys_options_scale_up_snap_size(void);
+SCM g_keys_options_scale_down_snap_size(void);
SCM g_keys_options_rubberband(void);
SCM g_keys_options_show_log_window(void);
SCM g_keys_options_show_coord_window(void);
@@ -435,6 +437,8 @@
void i_callback_script_console(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_options_text_size(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_options_snap_size(gpointer data, guint callback_action, GtkWidget *widget);
+void i_callback_options_scale_up_snap_size(gpointer data, guint callback_action, GtkWidget *widget);
+void i_callback_options_scale_down_snap_size(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_options_afeedback(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_options_grid(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_options_snap(gpointer data, guint callback_action, GtkWidget *widget);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs