Hi group...
My problem is this: I want to change the size of the buttons text in a message dialog.. I mean change the font of the buttons...
Is it possible?
I tried with wxPreDialog, but I could not obtain what I'm looking for...
before to create the dialog, between pre and post, the buttons doesn't exist yet...
so have you any suggest?
Thanks a lot
Luca
I don’t believe you can subclass the “Common Dialogs”; my understanding is that they’re mostly wrappers around OS-provided functions except in cases where platforms don’t provide such a dialog, in which case wx mimics it.
But that’s a simple dialog-- you can just create a wx.Dialog subclass which does what you want.
···
On Nov 23, 2007 10:32 AM, Luca Politti < luca@unipex.it> wrote:
Hi group…
My problem is this: I want to change the size of the buttons text in a
message dialog… I mean change the font of the buttons…
Is it possible?
I tried with wxPreDialog, but I could not obtain what I’m looking for…
before to create the dialog, between pre and post, the buttons doesn’t
exist yet…
so have you any suggest?