|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
how create listbox with checkbox ahead the items
Hi Guys,
I am going to create a listbox of lines of items. Each line will be preceded by a check box, which will toggle its visual state when clicked. I am a beginner of Tkinter and woule like to how to do it from you. thanks a lot in acvance! Zhiqun |
|
#2
|
|||
|
|||
|
m_errorlist.InsertColumn(0, "Error code");
m_errorlist.InsertColumn(1, "Decription"); m_errorlist.InsertColumn(2, "Task"); m_errorlist.SetColumnWidth(0, 100); m_errorlist.SetColumnWidth(1, 420); m_errorlist.SetColumnWidth(2, 0); ListView_SetExtendedListViewStyle (m_errorlist.m_hWnd, LVS_EX_CHECKBOXES | LVS_EX_FULLROWSELECT); |
|
#3
|
|||
|
|||
|
Re: how create listbox with checkbox ahead the items
Quote:
if you are a beginner I advise you to stop using Tkinter and give www.wxpython.org a try |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > how create listbox with checkbox ahead the items |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|