Getting configure_event on widgets in notebook pages
- From: Mitko Haralanov <mitko qlogic com>
- To: gtk-app-devel-list gnome org
- Subject: Getting configure_event on widgets in notebook pages
- Date: Mon, 2 Jun 2008 13:39:05 -0700
Hi,
I sent this to the PyGTK list but I did not get any responses, so I am
trying it here.
My application uses a custom graphing widget (rtgraph)
do display multiple graphs. The graphs are packed in a GtkTable, which
in turn is added to a notebook page.
The notebook has several pages each with a separate graph.
The problem that I am facing is that the graphing widget uses a backing
store pixmap which gets created when the widget receives a
"configure_event". However, the only widget that receives a
configure_event is the one on the currently displayed notebook page.
If I start the graph updates, my application crashes due to the missing
backing store pixmap.
If on the other hand, I click on every one of the notebook pages, each
of the graphing widgets received their configure_event and all is good.
Is there a way that I can cause the configure_event to be sent without
requiring the user to click on each of the notebook pages?
Thanx
--
Mitko Haralanov
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]