From 0b7919fc139f9bd8cd7287bd1c815769f2f0bd56 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 10 Jul 2000 22:57:03 +0000 Subject: Make sure the ETable is constructed properly, by setting the arguments in the parent EScrollFrame class. svn path=/trunk/; revision=4063 --- widgets/e-table/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'widgets/e-table/ChangeLog') diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 811a751f45..b695763c4a 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,15 @@ +2000-07-10 Ettore Perazzoli + + * e-table.c (set_scroll_adjustments): Be safe if @vadjustment is + NULL. + + * e-table-scrolled.c (e_table_scrolled_init): Set policy and + shadow type. + (e_table_scrolled_real_construct): Don't set the adjustments. + (e_table_scrolled_new): Create the widget with `gtk_widget_new()' + and pass hadjustment/vadjustment NULL values so that we get the + `GTK_OBJECT_CONSTRUCTED' approval. + 2000-07-10 Ettore Perazzoli * e-table-scrolled.h: s/GtkTable/EScrollFrameClass/. -- cgit v1.2.3