~ubuntu-branches/ubuntu/quantal/gnumeric/quantal

« back to all changes in this revision

Viewing changes to src/sheet-control-gui.h

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-06-07 11:10:47 UTC
  • mfrom: (1.1.19 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090607111047-l3rtbzfjxvmi1kx0
Tags: 1.9.8-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Promoted gnumeric-doc to Recommends in gnumeric package for help to be
    installed automatically
  - gnumeric-gtk is a transitional package
  - gnumeric conflicts with gnumeric-gtk << 1.8.3-3ubuntu1
  - call initltool-update in po*
  - remove psiconv support (psiconv is in universe):
    o debian/control: remove B-D on libpsiconv-dev
    o debian/rules: don't pass --with-psiconv to ./configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
#include "gui-gnumeric.h"
6
6
#include "sheet-control.h"
7
 
#include <gtk/gtkwidget.h>
8
 
#include <gtk/gtkselection.h>
 
7
#include <gtk/gtk.h>
9
8
 
10
9
G_BEGIN_DECLS
11
10
 
19
18
 
20
19
void scg_take_focus             (SheetControlGUI *scg);
21
20
 
22
 
void scg_mode_create_object     (SheetControlGUI *scg, SheetObject *so);
23
 
 
24
21
void scg_context_menu           (SheetControlGUI *scg, GdkEventButton *event,
25
22
                                 gboolean is_col, gboolean is_row);
26
23
 
75
72
                                 gboolean force_scroll, gboolean couple_panes);
76
73
 
77
74
void scg_set_display_cursor     (SheetControlGUI *scg);
 
75
void scg_cursor_visible         (SheetControlGUI *scg, gboolean is_visible);
78
76
void scg_cursor_move            (SheetControlGUI *scg, int dir,
79
77
                                 gboolean jump_to_bound, gboolean horiz);
80
78
void scg_cursor_extend          (SheetControlGUI *scg, int n,