Discussion:
Grid SetCellHighlightPenWidth()
Michael Hipp
2014-03-01 01:37:25 UTC
Permalink
Anyone know what has become of the SetCellHighlightPenWidth() method on
wx.Grid in Phoenix?

Thanks,
Michael
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Robin Dunn
2014-03-02 00:10:22 UTC
Permalink
Post by Michael Hipp
Anyone know what has become of the SetCellHighlightPenWidth() method on
wx.Grid in Phoenix?
Somebody probably just accidentally left it out of the wxWidgets docs,
or maybe didn't think that it needed to be in the public API. I'll add
it there and then Phoenix will pick it up automatically.
--
Robin Dunn
Software Craftsman
http://wxPython.org
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Michael Hipp
2014-03-11 14:31:52 UTC
Permalink
Post by Michael Hipp
Anyone know what has become of the SetCellHighlightPenWidth() method on
wx.Grid in Phoenix?
Somebody probably just accidentally left it out of the wxWidgets docs, or
maybe didn't think that it needed to be in the public API. I'll add it there
and then Phoenix will pick it up automatically
Hi Robin,

I just installed '3.0.1.dev76109' and it appears
wx.grid.Grid.SetCellHighlightPenWidth() is still not there.

Thanks,
Michael
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Robin Dunn
2014-03-15 20:27:39 UTC
Permalink
Post by Michael Hipp
Post by Robin Dunn
Post by Michael Hipp
Anyone know what has become of the SetCellHighlightPenWidth() method on
wx.Grid in Phoenix?
Somebody probably just accidentally left it out of the wxWidgets docs,
or maybe didn't think that it needed to be in the public API. I'll add
it there and then Phoenix will pick it up automatically
Hi Robin,
I just installed '3.0.1.dev76109' and it appears
wx.grid.Grid.SetCellHighlightPenWidth() is still not there.
I haven't committed the change yet. It's waiting on some other things to
be ready to commit, which is waiting on me finding some time while I
still have the mental energy to spare. ;-)


-- Robin Dunn
Software Craftsman
http://wxPython.org
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...