Re: HELP! Widgets drawn in reverse order
- From: Danielle Madeley <danielle madeley collabora co uk>
- To: Barry Kauler <bkauler gmail com>
- Cc: gtk-devel-list <gtk-devel-list gnome org>
- Subject: Re: HELP! Widgets drawn in reverse order
- Date: Thu, 10 May 2012 09:51:34 +1000
On Wed, 2012-05-09 at 16:07 +0800, Barry Kauler wrote:
> The thing is, what mechanism exists in GTK that can reverse the widget
> rendering in that manner? If we know that, perhaps I can find
> somewhere in the gtkdialog source that I can hack to reverse it back
> to normal. That does not look like an rtl thing.
Could be a confusion of pack start and pack end.
Because it changes between architectures, I would consider looking for a
type mismatch the compiler cannot detect, e.g. a vararg handed by
G_VALUE_COLLECT or G_VALUE_LCOPY (uses of g_object_set/get etc.). Have
you passed the wrong size pointer somewhere and are accidentally
overrunning something in such a way that it breaks with the alignment
changes or endianness (although these issues normally crop up for 32/64
bit as well, but you could be lucky depending on alignment).
--
Danielle Madeley
Senior Software Engineer, Collabora Ltd.
www.collabora.co.uk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]