|
From: Vince D. <vin...@gm...> - 2006-06-27 21:52:20
|
On 6/27/06, Joe English <jen...@fl...> wrote: > Here's what's probably happening: > > The Tile widgets have a built-in handler for ActivateNotify > and DeactivateNotify events that clears (resp. sets) the > TTK_STATE_BACKGROUND bit. > > When a window is activated/deactivated, macosx/tkMacOSXWm.c > calls TkGenerateActivateEvents(), which calls TkQueueEventForAllChildren(), > which in turn skips over children that aren't currently mapped. That sounds pretty sensible. Does that mean this is a bug in Tile, or that the above seemingly sensible behaviour of TkAqua is wrong? (in which case we should file a bug report against Tk). Vince. |