digitalmars.D.dwt - Image and text on DWT button
I am unable to put both image and text on a button in DWT. It only puts image or text depending on what it set last. Any fix or workaround this issue? Thanks in advance.
Mar 02 2018
On Friday, 2 March 2018 at 22:09:16 UTC, User wrote:I am unable to put both image and text on a button in DWT. It only puts image or text depending on what it set last. Any fix or workaround this issue? Thanks in advance.Check out Snippet 206, Button example snippet: a Button with text and image
Mar 26 2018