Kevin Ollivier wrote:
I'm working on wxMozilla and have a basic implementation of native prompt dialogs working, and I was just wondering if it was possible to do something similar with Gecko's buttons, checkboxes, etc. - make them wxWindows (native) controls rather than the default XUL controls.

Note that the controls used in web pages are _not_ XUL controls....


You can probably create an nsITheme implementation and use that (with the appropriate moz-appearance styles in your theme). Actually using "native" controls is likely to be pretty difficult (eg hooking up event handling right).

-Boris
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to