I must have missed something in setting up the appearance of frames,
notebook, and widgets. Although I specify wx.RAISED_BORDERS there is no 3D
look to the window. Is there a master switch that I neglected to set for the
application? I'm not referring to 3D graphics with OpenGL/Mesa, but the
appearance of the lines defining widgets. They're all very thin, single,
black lines.
TIA,
Rich
···
--
Richard B. Shepard, Ph.D. | Author of "Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) | Impact Assessments Using Fuzzy Logic"
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863
Saturday, November 26, 2005, 11:11:16 AM, Rich Shepard wrote:
I must have missed something in setting up the appearance of frames,
notebook, and widgets. Although I specify wx.RAISED_BORDERS there is
no 3D look to the window. Is there a master switch that I neglected
to set for the application? I'm not referring to 3D graphics with
OpenGL/Mesa, but the appearance of the lines defining widgets.
They're all very thin, single, black lines.
Not all widgets will respond to this, and their response may be
different across platforms. On msw for example, panels will show
different borders for all of the border styles available (no border,
static, sunken, raised), and notebooks will always have the same look
despite the style passed.
-- tacao
No bits were harmed during the making of this e-mail.
I run linux, and I see a different widget appearance with wxGlade and other
GTK+2 applications than I do with the one I'm developing.
Rich
···
On Sat, 26 Nov 2005, E. A. Tacao wrote:
Not all widgets will respond to this, and their response may be different
across platforms. On msw for example, panels will show different borders
for all of the border styles available (no border, static, sunken, raised),
and notebooks will always have the same look despite the style passed.
--
Richard B. Shepard, Ph.D. | Author of "Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) | Impact Assessments Using Fuzzy Logic"
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863