Re: [PHP-GTK] casting a gtkwindow to a gdkwindow
[email protected] (Andrei Zmievski) Fri, 10 Aug 2001 16:59:16 -0500
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 10 Aug 2001, Daniel Adams wrote:
> How do you do this?
You don't, but you can access the underlying GdkWindow for any widget
(after it's been realized) by using $widget->window.
-Andrei
"Computers are useless. They can only give you answers."
--Pablo Picasso