If Possible, How Can One Set Either a Background Color on Cells within a Sizer or Gridlines for the

Posted by MetaHyperBolic on Stack Overflow See other posts from Stack Overflow or by MetaHyperBolic
Published on 2010-03-29T21:42:08Z Indexed on 2010/03/30 3:43 UTC
Read the original article Hit count: 320

Filed under:
|
|

I am flailing about with wxWidgets, in particular, the wx.Sizer in wxPython. I have read the documents, I have a copy of wXPython in Action before me, and have set aside the problem to work on other things a better mental model of sizers hopefully gestated within my skull. None of this has worked.

I am not grokking, or even getting to the point where I can bang about usefully, how sizers work. In HTML, I could at least set a background color on some div or td, or call forth borders so I could see how things are laid out. Here, I have a grey expanse and no idea which of the nested static box sizers from which it originates. I am giving static box sizers after making a mess out of the grid bag sizers.

Either alternative would let me at least get a handle on how these work.

© Stack Overflow or respective owner

Related posts about wxwidgets

Related posts about wxpython