Custom wxListCtrl with out categories

sorry, I forgot the picture!

timer_widget_ref.png

···


Hi, I will kill all ads in google gmail.
They will all be dead and gone for all my emails to you. HA HA bye bye ads I just massacred you!!!

Hi,

···

On Tue, Jun 8, 2010 at 9:18 AM, Micah Nordland <mpnordland@gmail.com> wrote:

sorry, I forgot the picture!

Do you need to have a number of these in some sort of collection?

If not it looks more like you need two BitmapButtons and two TextCtrl
(guessing those squares are data fields of some sort) on a Panel.

Cody

If it's just four widgets, then use a horizontally aligned box sizer.
That would be easy. If you have several of these sets, then I'd just
use a function to generate it X number of times

···

On Jun 8, 9:18 am, Micah Nordland <mpnordl...@gmail.com> wrote:

sorry, I forgot the picture!

-------------------
Mike Driscoll

Blog: http://blog.pythonlibrary.org

If it's just four widgets, then use a horizontally aligned box sizer.
That would be easy. If you have several of these sets, then I'd just
use a function to generate it X number of times

the number of these is dependent on how many of them the user adds.
so a header-less single column virtual wxListCtrl seemed perfect, and,
I almost have the wxListCtrl set up, and I just need to get it to add
an item to the list when a button is pushed.