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]

Re: obtaining the selection: gtk_selection_convert?


the developer of rep-gtk suggested that it might be possible to add
support for gtk_selection_convert by adding appropriate information to
gtk-1.2.defs and recompiling.

my guess would have been to add:

  (define-func gtk_selection_convert
    int
    ((GtkWidget widget)
     (GdkAtom selection)
     (GdkAtom target)
     (uint time)))

but, there does not appear to be a relevant defintion of GdkAtom.
would that be difficult to add?  GdkAtom is typedef-ed as gulong,
right?

any help would be appreciated.

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