Hi all,
how can I reparent a X11 window with ruby?
For C++ there is a Xlib interface which provides the function call
"XReparentWindow".
Greets Robert
Hi all,
how can I reparent a X11 window with ruby?
For C++ there is a Xlib interface which provides the function call
"XReparentWindow".
Greets Robert
saLOUt wrote:
Hi all,
how can I reparent a X11 window with ruby?
For C++ there is a Xlib interface which provides the function call
"XReparentWindow".
IIRC Fox/FXRuby has reparent, but I've never used it.
You could use ffi and xlib to use XReparentWindow(), this also requires to open a connection to the XServer.
---- On Tue, 09 Feb 2010 02:32:28 +0100 Joel VanderWerf <joelvanderwerf@gmail.com> wrote ----
saLOUt wrote:
Hi all,
how can I reparent a X11 window with ruby?
For C++ there is a Xlib interface which provides the function call
"XReparentWindow".IIRC Fox/FXRuby has reparent, but I've never used it.