[Mono-winforms-list] Radiobutton Windows Look and Feel Issues: Take 2

Peter Dennis Bartok peter@novonyx.com
Mon, 27 Sep 2004 13:03:57 -0600


>Well, I think that will do it when the style is set to popup, but not
>in other cases, for eg., a simple button. Right now, when drawing the
>button in the theme, there's no way to know if the mouse is over the
>button or not.

I'm trying to understand when you need to know if the mouse is over the 
control. Is this a general 'It'd be cool to know so we can have some fun 
with themes' request, or a 'we cannot properly implement MS compatible 
controls' request?

I'd be happy to add an internal overload with an additional bool that 
conveys mouse state, but I want to make sure that our controls by default 
behave like documented by MS, the drawing routines still need to implement 
popup as a mix of flat & standard, even with the flag added.

I'll try and add the flag this afternoon.

Peter