setting/getting window pos & size with gtk/gdk



hello!

problem:
when setting the size or position with gtk or gdk functions, the window will be drawn at the new pos with the 
new size. but when reading the pos and size with

        gdk_window_get_origin(window->window, &x, &y);
        gdk_window_get_size(window->window, &b, &h);

always the old values are given back.

does anyone know what has to ben done to save the new values?

thanx,

christian.



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