Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnumeric
Commits
c644afc5
Commit
c644afc5
authored
Jul 16, 1998
by
Arturo Espinosa
Browse files
Compilation fixes - Federico
parent
369cea09
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/gnumeric-canvas.c
View file @
c644afc5
...
...
@@ -250,7 +250,7 @@ gnumeric_sheet_realize (GtkWidget *widget)
static
void
gnumeric_size_allocate
(
GtkWidget
*
widget
,
GtkAllocation
*
allocation
)
{
(
*
GTK_WIDGET_CLASS
(
sheet_parent_class
)
->
allocation
)(
widget
,
allocation
);
/*
(*GTK_WIDGET_CLASS (sheet_parent_class)->allocation)(widget, allocation);
*/
}
...
...
@@ -270,7 +270,7 @@ gnumeric_sheet_class_init (GnumericSheetClass *class)
/* Method override */
object_class
->
destroy
=
gnumeric_sheet_destroy
;
widget_class
->
realize
=
gnumeric_sheet_realize
;
widget_class
->
size_allocate
=
gnumeric_size_allocate
;
/*
widget_class->size_allocate = gnumeric_size_allocate;
*/
widget_class
->
key_press_event
=
gnumeric_sheet_key
;
}
...
...
src/gnumeric-sheet.c
View file @
c644afc5
...
...
@@ -250,7 +250,7 @@ gnumeric_sheet_realize (GtkWidget *widget)
static
void
gnumeric_size_allocate
(
GtkWidget
*
widget
,
GtkAllocation
*
allocation
)
{
(
*
GTK_WIDGET_CLASS
(
sheet_parent_class
)
->
allocation
)(
widget
,
allocation
);
/*
(*GTK_WIDGET_CLASS (sheet_parent_class)->allocation)(widget, allocation);
*/
}
...
...
@@ -270,7 +270,7 @@ gnumeric_sheet_class_init (GnumericSheetClass *class)
/* Method override */
object_class
->
destroy
=
gnumeric_sheet_destroy
;
widget_class
->
realize
=
gnumeric_sheet_realize
;
widget_class
->
size_allocate
=
gnumeric_size_allocate
;
/*
widget_class->size_allocate = gnumeric_size_allocate;
*/
widget_class
->
key_press_event
=
gnumeric_sheet_key
;
}
...
...
src/item-bar.c
View file @
c644afc5
...
...
@@ -288,7 +288,7 @@ item_bar_start_resize (ItemBar *item_bar, int pos)
/* Add a guideline to the sheet canvas */
item
=
gnome_canvas_item_new
(
GNOME_CANVAS_ITEM
(
item_bar
)
->
canvas
,
group
,
gnome_canvas_re_get_type
(),
gnome_canvas_re
ct
_get_type
(),
"GnomeCanvasRE::x1"
,
x1
,
"GnomeCanvasRE::y1"
,
y1
,
"GnomeCanvasRE::x2"
,
x2
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment