edit.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *            edit.h
00003  *
00004  *  Fri Aug 25 14:50:51 2006
00005  *  Copyright  2006-2007  Neil Williams
00006  *  linux@codehelp.co.uk
00007  ****************************************************************************/
00012 /*
00013     This package is free software; you can redistribute it and/or modify
00014     it under the terms of the GNU General Public License as published by
00015     the Free Software Foundation; either version 3 of the License, or
00016     (at your option) any later version.
00017 
00018     This program is distributed in the hope that it will be useful,
00019     but WITHOUT ANY WARRANTY; without even the implied warranty of
00020     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00021     GNU General Public License for more details.
00022 
00023     You should have received a copy of the GNU General Public License
00024     along with this program.  If not, see <http://www.gnu.org/licenses/>.
00025 */
00026 /* callbacks for quickList */
00027 
00028 #ifndef _EDIT_H
00029 #define _EDIT_H
00030 
00031 #include "main.h"
00032 
00033 gboolean row_is_visible (QlTabData * tab, gint testrow);  
00034 void undo_clicked (GtkAction * w, gpointer data);
00035 
00036 /* for Edit Menu */
00037 void edit_cut (GtkAction * w, gpointer data);
00038 void edit_copy (GtkAction * w, gpointer data);
00042 void edit_ditto (GtkAction * w, gpointer data);
00043 void edit_paste (GtkAction * w, gpointer data);
00044 void edit_clear (GtkAction * w, gpointer data);
00045 void edit_fill_down (GtkAction * w, gpointer data);
00046 void edit_select_all (GtkAction * w, gpointer data);
00047 void edit_insert_rows (GtkAction * w, gpointer data);
00048 
00049 void select_range_callback (GtkSheet * sheet, 
00050     GtkSheetRange * range, gpointer data);
00051 gboolean activate_callback (GtkSheet * sheet, 
00052     gint row, gint column, gpointer data);
00053 void new_column_width (GtkSheet * sheet, 
00054     gint col, gint width, gpointer data);
00055 
00056 #endif /* _EDIT_H */

Generated on Mon Jan 28 22:02:10 2008 for quicklist by  doxygen 1.5.4