[wxPython] Getting Background color of wxHtmlContainerCell

I'm inserting some widgets into a wxHtmlWidgetCell, and I would like to have
the widgets' background color default to the background color of the parent
wxHtmlContainerCell. I see that wxHtmlContainerCell has a
SetBackgroundColour method; however there is no corresponding
GetBackgroundColour() method. How can I get the container's background
color, or is there another solution to this problem that I'm overlooking?

Thanks,
John

Hi,

John Bair wrote:

SetBackgroundColour method; however there is no corresponding
GetBackgroundColour() method.

there wasn't, but I added it to wxWindows. It will take a while till
a) I commit it because CVS is being transfered elsewhere right now
and b) it has to be wxPythonized...

Vaclav

Is it possible that this change was lost during the CVS move?

···

-----Original Message-----
From: wxpython-users-admin@lists.wxwindows.org
[mailto:wxpython-users-admin@lists.wxwindows.org]On Behalf Of Vaclav
Slavik
Sent: Tuesday, October 08, 2002 1:31 AM
To: wxpython-users@lists.wxwindows.org
Subject: Re: [wxPython] Getting Background color of wxHtmlContainerCell

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

John Bair wrote:
> SetBackgroundColour method; however there is no corresponding
> GetBackgroundColour() method.

there wasn't, but I added it to wxWindows. It will take a while till
a) I commit it because CVS is being transfered elsewhere right now
and b) it has to be wxPythonized...

Vaclav
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9opeqxDYa/UZSZMkRAniOAJ4tNlQF4QVNjbET6RahMPeU/Ulr5ACfWVfG
76sYFjS/IXIhBrdCDqJnum8=
=s7GJ
-----END PGP SIGNATURE-----

John Bair wrote:

Is it possible that this change was lost during the CVS move?

John Bair wrote:

SetBackgroundColour method; however there is no corresponding
GetBackgroundColour() method.

there wasn't, but I added it to wxWindows. It will take a while till a) I commit it because CVS is being transfered elsewhere right now and b) it has to be wxPythonized...

No it's there, on the WX_2_4_BRANCH branch.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!