This is the mail archive of the guile-gtk@sources.redhat.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: [Fwd: how to raise a widget?]


David Pirotte <david@altosw.be> writes:

> does anyone know how to do it in guile-gtk (either another function,
> either how to map gdk_window_raise)?

Add this to gdk-1.2.defs and recompile:

    (define-func gdk_window_raise
      none
      ((GdkWindow window)))

Also, submit a patch to the guile-gtk list. ;-)


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