Re: How to raise / focus a window?
- From: carlos pehoe civil ist utl pt (Carlos Pereira)
- To: gtk-app-devel-list gnome org
- Subject: Re: How to raise / focus a window?
- Date: Sun, 25 May 2003 16:53:08 +0100 (WEST)
gdk_window_move_resize (window->window->window,
window->origin_x, window->origin_y, window->width, window->height);
Correction:
gdk_window_move_resize (window->window, origin_x, origin_y, width, height);
(the first window is my own window object)
Carlos
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]