Re: changing focus between windows: #2



>      Is it possible to determine which window is to be on top
>      when the program begins? In the example below I would like the
>      "window 1" to be on top. Of course, I could switch the two calls
>      for 'create_window', but I am sure there is a function to do
>      this, ...

gdk_window_raise()
gdk_window_lower()

but ultimately, its up to the window manager to honor the requests.

--p




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]