Hi ,
When i am using the button widget, the borders at the corner are not anti-aliased. In order to make it anti-aliased i have handled WM_PAINT message and used GUI_AA_DrawRoundedRect() method to draw the button corners.
But once this is done, i don't see the button pressed effect any more. I don't know how this is to be handled.
In short i need a button with anti-aliased corners, and at the same time i need to preserve the button press effect too.
Any help would be greatly appreciated. If you guys can provide a sample, that will be great.
Thanks,
NKechi
When i am using the button widget, the borders at the corner are not anti-aliased. In order to make it anti-aliased i have handled WM_PAINT message and used GUI_AA_DrawRoundedRect() method to draw the button corners.
But once this is done, i don't see the button pressed effect any more. I don't know how this is to be handled.
In short i need a button with anti-aliased corners, and at the same time i need to preserve the button press effect too.
Any help would be greatly appreciated. If you guys can provide a sample, that will be great.
Thanks,
NKechi