/[pspp]/psppire/gtk_sheet/gtksheet.h
ViewVC logotype

Diff of /psppire/gtk_sheet/gtksheet.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by jmd, Sun Nov 13 12:40:13 2005 UTC revision 1.5 by jmd, Sun Nov 20 12:26:14 2005 UTC
# Line 417  gtk_sheet_construct_with_custom_entry  (G Line 417  gtk_sheet_construct_with_custom_entry  (G
417                                           const gchar *title,                                           const gchar *title,
418                                           GtkType entry_type);                                           GtkType entry_type);
419    
420    
421    typedef void (*Conversion)(GType newtype,
422                               gint row, gint col, GValue *val);
423    
424  /* Set the GValue type for the given range.  /* Set the GValue type for the given range.
425     Any cells in the range are already of this type, then these cells will     Any cells in the range are already of this type, then these cells will
426     be unaffected.  Otherwise their values are cleared, and the type is set.     be unaffected.  Otherwise their values are cleared, and the type is set.
# Line 424  gtk_sheet_construct_with_custom_entry  (G Line 428  gtk_sheet_construct_with_custom_entry  (G
428  void  void
429  gtk_sheet_range_set_type                (GtkSheet *sheet,  gtk_sheet_range_set_type                (GtkSheet *sheet,
430                                           const GtkSheetRange *urange,                                           const GtkSheetRange *urange,
431                                           GType type);                                           GType type, Conversion convert);
432    
433  /* Set the text transformation functions.  /* Set the text transformation functions.
434     It is the programmer's responisibility to ensure that they     It is the programmer's responisibility to ensure that they

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26