[Mono-dev] How to access XplatUI for custom controls?

Miguel de Icaza miguel at novell.com
Thu Oct 14 12:33:51 EDT 2010


Making it public would make your code not work on Windows's Windows.Forms.

What exactly do you need from the XplatUI?

On Thu, Oct 14, 2010 at 12:13 PM, Lionel Cuir <lionel_email at aulofee.com>wrote:

>  Hi all,
>
> I'm creating a custom control (a list view with extended functionalities)
> and would need to access some low-level GUI methods provided by the XplatUI
> class. This in order to access platform-specific actions (scroll window,
> mouse actions...) without to explicitly test the platform / call the right
> platform's API - and to avoid to redo what others have brilliantly done!
>
> Yet, XplatUI is defined as an internal class and so cannot be accessed
> directly.
>
> Is there another way to access it? Or could it be made public in a future
> version of Mono?
>
> Regards,
>
> Lionel
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20101014/5455b38b/attachment.html 


More information about the Mono-devel-list mailing list