X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fgtksheet%2Fgsheet-hetero-column.c;h=42b1035f5851f0c3edd1ded4bf0b389d331d6bf8;hb=6351e3631c90fe46d70a8801a7a32f289cbba08f;hp=1344b83916fb58ca2bad95a61e9d967784802778;hpb=b5a632fd4b0ea7139fc5423bb3ebebaf3e6d539e;p=pspp diff --git a/lib/gtksheet/gsheet-hetero-column.c b/lib/gtksheet/gsheet-hetero-column.c index 1344b83916..42b1035f58 100644 --- a/lib/gtksheet/gsheet-hetero-column.c +++ b/lib/gtksheet/gsheet-hetero-column.c @@ -121,14 +121,6 @@ g_sheet_hetero_column_get_sensitivity (const GSheetColumn *geom, glong u) } -static gboolean -g_sheet_hetero_column_get_visibility (const GSheetColumn *geom, glong u) -{ - return TRUE; -} - - - static gchar * g_sheet_hetero_column_get_button_label (const GSheetColumn *geom, glong u) { @@ -141,7 +133,7 @@ g_sheet_hetero_column_get_button_label (const GSheetColumn *geom, glong u) static GtkJustification g_sheet_hetero_column_get_justification (const GSheetColumn *geom, glong u) { - return GTK_JUSTIFY_FILL; + return GTK_JUSTIFY_LEFT; } @@ -202,7 +194,6 @@ g_sheet_column_init (GSheetColumnIface *iface) iface->get_width = g_sheet_hetero_column_get_width ; iface->set_width = hetero_column_set_width ; iface->get_sensitivity = g_sheet_hetero_column_get_sensitivity ; - iface->get_visibility = g_sheet_hetero_column_get_visibility ; iface->get_justification = g_sheet_hetero_column_get_justification; iface->get_column_count = g_sheet_hetero_column_get_column_count;