The binding for gdk_window_raise is missing in the current release.  To
get the GdkWindow of a widget use the get_window() method.  I will
probably add a raise() method to GdkWindow objects.

James.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


On Tue, 31 Aug 1999, Paul Clifford wrote:

> I'm trying to raise an already open window to the top of the stack, and
> I've managed to track down what appears to be the correct function call
> by looking through some GNOME sources.  In the control panel code they
> have the following:
> 
> /* return if the window is already up. */
> if (ppc) {
>         gdk_window_raise(ppc->config_window->window);
>         gtk_widget_show(ppc->config_window);
>         return;
> }
> 
> However, there doesn't appear to be any way of calling gdk_window_raise
> from the pygtk bindings or, for that matter, to get a GdkWindow object
> from a GtkWindow.  Am I going about this the wrong way, or are the
> necessary bindings just missing from the current release?
> To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
> 

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to