[wxMac 2.8.2] Metal look
Stefan Csomor
csomor at advancedconcepts.ch
Mon Mar 26 01:30:48 PDT 2007
Hi
=
you are mixing two style fields, wxFRAME_EX_METAL is an _EX_ ie extra style=
not a 'normal' one, so use SetExtraStyle for setting this
=
and PLEASE only use metal for what it is meant for (read the Human Interfac=
e Guidelines ;-)
=
HTH
=
Stefan
=
=
=
From: Sandro Brasile [mailto:ingbrasile at gmail.com] =
Sent: Montag, 26. M=E4rz 2007 10:52
To: Wx-Users
Subject: [wxMac 2.8.2] Metal look
=
Hi wx-users
I compiled minimal sample under XCode and it works normally. =
However, I tried to use the Mac Os X metal look without success. The code i=
s the following
MyFrame::MyFrame(const wxString& title) =
: wxFrame(NULL, wxID_ANY, title, wxDefaultPosition, wxDefaultSize, w=
xDEFAULT_FRAME_STYLE | wxFRAME_EX_METAL, "frame") // =
{
....
}
Any ideas?
Sandro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20070326/01a=
81f7d/attachment.htm
More information about the wx-users
mailing list