X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2Fgtksheet.h;h=1b87be408bdebbff9c35d8bcc6352bd300510327;hb=6fb2b277fd19b32f58cce5fde996208706fc9828;hp=ed6cd31ee43a10409ba634bd7dd85318ca7745d1;hpb=1ce1429567835f83a712a8a76ab80db64360d742;p=pspp diff --git a/lib/gtksheet/gtksheet.h b/lib/gtksheet/gtksheet.h index ed6cd31ee4..1b87be408b 100644 --- a/lib/gtksheet/gtksheet.h +++ b/lib/gtksheet/gtksheet.h @@ -437,7 +437,7 @@ gtk_sheet_row_button_justify (GtkSheet *sheet, /* scroll the viewing area of the sheet to the given column * and row; row_align and col_align are between 0-1 representing the - * location the row should appear on the screnn, 0.0 being top or left, + * location the row should appear on the screen, 0.0 being top or left, * 1.0 being bottom or right; if row or column is negative then there * is no change */ void @@ -659,7 +659,7 @@ gtk_sheet_range_set_font (GtkSheet *sheet, /* get cell attributes of the given cell */ /* TRUE means that the cell is currently allocated */ gboolean -gtk_sheet_get_attributes (GtkSheet *sheet, +gtk_sheet_get_attributes (const GtkSheet *sheet, gint row, gint col, GtkSheetCellAttr *attributes);