This is the mail archive of the guile-gtk@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

GtkSelectioData or GtkSelectionData, that is the question...


curiosity question...

in the proces of grepping the gtk 1.2.7 sources, i noticed in
gtkselection.h:

  typedef struct _GtkSelectionData GtkSelectioData;

(not "Selection" but "Selectio") and in gtkwidget.h:

  typedef struct _GtkSelectionData GtkSelectionData;

there appear to be three instances of GtkSelectioData -- twice in
gtkselection.h and once in gtkselection.c.

does anyone know what the purpose of GtkSelectioData is?  i.e. why not
just use GtkSelectionData instead?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]