[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Fwd: how to raise a widget?]
From: |
Marius Vollmer |
Subject: |
Re: [Fwd: how to raise a widget?] |
Date: |
11 Oct 2001 22:29:29 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102 |
David Pirotte <address@hidden> 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. ;-)