Re: [webkit-dev] ScrollbarPart and the way it is used

2008-09-20 Thread Darin Adler
I believe this is Hyatt's design: ScrollbarPart is used when the argument is going to be a single part. ScrollbarControlPartMask is used when the argument is a set of parts. The same enum values, from the definition of ScrollbarPart, are used for both, but you can tell from the type used

Re: [webkit-dev] ScrollbarPart and the way it is used

2008-09-20 Thread David Hyatt
On Sep 20, 2008, at 9:55 AM, Darin Adler wrote: I believe this is Hyatt's design: ScrollbarPart is used when the argument is going to be a single part. ScrollbarControlPartMask is used when the argument is a set of parts. The same enum values, from the definition of ScrollbarPart, are used

Re: [webkit-dev] ScrollbarPart and the way it is used

2008-09-20 Thread David Hyatt
I looked at your patch and it was fine. Your theme APIs on Qt are so good that your theme is actually much simpler than the other platforms. :) dave On Sep 20, 2008, at 9:03 AM, Holger Freyther wrote: Hey, So ScrollBarPart is a bitmask and could be ored together but then I see code

[webkit-dev] SquirrelFish Extreme in WebKitGtk

2008-09-20 Thread ying lcs
Hi, i follow the procedure here git clone git://git.webkit.org/WebKit.git WebKit to get WebKitGtk Can you please tell me how can I get SquirrelFish Extreme that mention in http://apple.slashdot.org/article.pl?sid=08/09/19/2315247from=rss;? Thank you.

Re: [webkit-dev] ScrollbarPart and the way it is used

2008-09-20 Thread Holger Freyther
On Saturday 20 September 2008 18:16:27 David Hyatt wrote: I looked at your patch and it was fine. Your theme APIs on Qt are so good that your theme is actually much simpler than the other platforms. :) thanks darin and dave. ___ webkit-dev mailing

Re: [webkit-dev] SquirrelFish Extreme in WebKitGtk

2008-09-20 Thread Holger Freyther
On Saturday 20 September 2008 20:31:01 ying lcs wrote: Hi, i follow the procedure here git clone git://git.webkit.org/WebKit.git WebKit not yet. Ariya of Trolltech has a patch[1] but I do not know if he considers it ready for inclusion. z [1]

[webkit-dev] How WebCore receives Mouse events?

2008-09-20 Thread Tau After
Hello, Could anybody point me the source code where the WebCore register itself with the low layer system to receive the Mouse events? (maybe also key events for elements like buttons) Thanks in advance! -Tau ___ webkit-dev mailing list

Re: [webkit-dev] How WebCore receives Mouse events?

2008-09-20 Thread Mark Rowe
On Sep 20, 2008, at 9:18 PM, Tau After wrote: Hello, Could anybody point me the source code where the WebCore register itself with the low layer system to receive the Mouse events? (maybe also key events for elements like buttons) WebCore doesn't register for mouse events, the WebKit