X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2Fgsheet-hetero-column.h;h=9b19c1f30d977ef6cccacc4711f077442448fc25;hb=c5bf90ff8baa7a81274421acb24a915c953e560f;hp=59fd7cd631da0376014a45743b0b23f66a4318f3;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp-builds.git diff --git a/lib/gtksheet/gsheet-hetero-column.h b/lib/gtksheet/gsheet-hetero-column.h index 59fd7cd6..9b19c1f3 100644 --- a/lib/gtksheet/gsheet-hetero-column.h +++ b/lib/gtksheet/gsheet-hetero-column.h @@ -41,7 +41,6 @@ extern "C" { gint width; gboolean is_sensitive; - gboolean is_visible; }; @@ -50,7 +49,7 @@ extern "C" { gint n_columns; gint default_width; - + struct GSheetHeteroColumnUnit *col; }; @@ -62,7 +61,7 @@ extern "C" { - + /* create a new column */ GObject * g_sheet_hetero_column_new (gint default_width, gint n_columns); @@ -73,11 +72,11 @@ extern "C" { typedef struct _GSheetHeteroColumnClass GSheetHeteroColumnClass; - void g_sheet_hetero_column_set_button_label(GSheetHeteroColumn *geo, - gint i, const gchar *label); + void g_sheet_hetero_column_set_button_label (GSheetHeteroColumn *geo, + glong i, const gchar *label); - void g_sheet_hetero_column_set_width(GSheetHeteroColumn *geo, - gint i, gint size); + void g_sheet_hetero_column_set_width (GSheetHeteroColumn *geo, + glong i, gint size); #ifdef __cplusplus }