> This isn't easily possible. WebKit handles all the scrollbars for all
> frames, which we implement in our graphics layer to make them look and
> act like Windows ones. You would have to go do a bunch of changes in
> this area to get the scrollbar to look differently.
>
> Brett

Do you think something along the following would work:

WebCore::Frame myFrame == (WebCore::Frame *)(viewProxy->view-
>GetMainFrame()->GetFrameImplementation();
myFrame->suppressScrollbars(true, true);

Unfortunately I still need the information about the visible area vs.
the rendered area, because I still need to display my own scrollers
correctly. I actually dont want to sneak in my own scrollers on that
level: They are totally detached. Think for example about a kiosk
application that has two scrollers detached and displayed somewhere
else...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-dev" group.
To post to this group, send email to chromium-dev@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to