gtk-window->scwm-window

Name

gtk-window->scwm-window -- Return the Scwm window object corresponding to GTKWIN.

Synopsis

(gtk-window->scwm-window gtkwin)

Description

Return the Scwm window object corresponding to GTKWIN. GTKWIN is a GTk+ window object returned from gtk-window-new. Return value is #f if no corresponding window exists now. Also will return #f if your guile-gtk implementation does not support this procedure (you should upgrade!).

Implementation Notes

Module: (app scwm gtk)

Defined in scheme/gtk.scm at line 76 (CVS log)