[715] in The GTK GIMP ToolKit mailing list archive
[gtk-list] notebook bugs?
daemon@ATHENA.MIT.EDU (Tim Janik)
Mon Aug 11 01:51:41 1997
From: Tim Janik <timj@psynet.net>
Date: Mon, 11 Aug 1997 07:53:25 +0200 (CEST)
To: Gtk+ mailing list <gtk-list@redhat.com>
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com
hi all,
since the last release from peter, have there been
some patches for the notebook widget?
i'm encountering quite strange expose and cur_page
behaviour here and was wondering wether someone
already looked closer into it.
i also remember that there were some bug reports
on gimp-devel about that, but nothing specific...
it seems like the page last added is not quite
unmapped, because it's widget get redrawn no matter
what the current page is.
e.g. i create two pages, page 1 is holding
a gtkentry and page 2 a label. if i add page 2 first
and then page 1, the notebook shows page 1.
i now select page 2 by mouse which unmaps the entry
and shows the label - correct.
if i now do something like gtk_entry_set_text() on
the invisible (unmapped) gtkentry it reappears on
the current (2) page and is drawn on top of my label ,(
also if i have 4 or 5 pages, select page 3 and generate an
expose event, the tabs are drawn in the wrong order, e.g.
5 is the most enhanced one but 3 is still highlited
(because 3 is still the current).
---
ciaoTJ
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null