setting/getting window pos & size with gtk/gdk
- From: Christian Kleinert <kleinert iam-service de>
- To: gtk-app-devel-list gnome org
- Subject: setting/getting window pos & size with gtk/gdk
- Date: Fri, 13 Sep 2002 13:35:03 +0200
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]