notebook bugs?




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



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