[maemo-developers] PyGTK CellRendererToggle
From: Lauro lauromoura at gmail.comDate: Sun Mar 25 22:52:12 EEST 2007
- Previous message: PyGTK CellRendererToggle
- Next message: PyGTK CellRendererToggle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 3/25/07, Gert Menke <g.menke at gmx.net> wrote: > Hi, > > I am trying to write a small ToDo app in PyGTK, and though it seems to work > fine on my PC, it does not on Maemo. > The Checkboxes do not reflect the corresponding values in the TreeStore; > instead always the checkbox in the currently selected line is active, > while all others are not. > Since I am new to PyGTK and Maemo, I might be missing something obvious - > could someone please have a look at my code and tell me what's wrong? > Actually this is their "normal" behavior in maemo. You have to set the 'allow-checkbox-mode' property of the treeview to false. See [1]. [1] https://garage.maemo.org/tracker/index.php?func=detail&aid=519&group_id=40&atid=229 -- Lauro ("lmoura" on Freenode) CIn/UFPE http://lauro.wordpress.com
- Previous message: PyGTK CellRendererToggle
- Next message: PyGTK CellRendererToggle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]