X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2Fgsheet-column-iface.h;h=e43ddd8b9a7eed828b4ce189ba479c3ba42f3c6b;hb=f82fc1927db3d6a1bd1b83089e53678203b36d1b;hp=4ad1d3fcfc0a9b0b787b643686e74da54a16cdb0;hpb=bf41b320c23b395b96a00e35375f7aeb7a9046d3;p=pspp diff --git a/lib/gtksheet/gsheet-column-iface.h b/lib/gtksheet/gsheet-column-iface.h index 4ad1d3fcfc..e43ddd8b9a 100644 --- a/lib/gtksheet/gsheet-column-iface.h +++ b/lib/gtksheet/gsheet-column-iface.h @@ -50,23 +50,10 @@ struct _GSheetColumnIface gint (* get_width) (const GSheetColumn *gcolumn, glong col); void (* set_width) (GSheetColumn *gcolumn, glong col, gint width); - gboolean (* get_visibility) (const GSheetColumn *gcolumn, glong col); gboolean (* get_sensitivity) (const GSheetColumn *gcolumn, glong col); const GtkSheetButton * (* get_button) (const GSheetColumn *gcolumn, glong col); GtkJustification (* get_justification) (const GSheetColumn *gcolumn, glong col); - gint (*get_left_text_column) (const GSheetColumn *gcolumn, - glong col); - - gint (*get_right_text_column) (const GSheetColumn *gcolumn, - glong col); - - void (* set_left_text_column) (const GSheetColumn *gcolumn, - glong col, gint i); - - void (* set_right_text_column) (const GSheetColumn *gcolumn, - glong col, gint i); - glong (* get_column_count) (const GSheetColumn *geo); @@ -108,20 +95,6 @@ gchar *g_sheet_column_get_subtitle (const GSheetColumn *, glong); inline GtkJustification g_sheet_column_get_justification (const GSheetColumn *gcolumn, glong col); -inline gint g_sheet_column_get_left_text_column (const GSheetColumn *gcolumn, - glong col); - -inline gint g_sheet_column_get_right_text_column (const GSheetColumn *gcolumn, - glong col); - -inline void g_sheet_column_set_left_text_column (const GSheetColumn *gcolumn, - glong col, gint i); - - -inline void g_sheet_column_set_right_text_column (const GSheetColumn *gcolumn, - glong col, gint i); - - inline glong g_sheet_column_get_column_count (const GSheetColumn *geo); inline gint g_sheet_column_start_pixel (const GSheetColumn *geo, glong col);