View Single Post
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#378
Originally Posted by xerxes2 View Post
Doesn't toggle button work?

b = gtk.ToggleButton()
self.action_lock_progress.connect_proxy(b)
menu.append(b)
This should work for Maemo 5:

Code:
b = hildon.CheckButton(gtk.HILDON_SIZE_FINGER_HEIGHT)
I'm not sure if connect_proxy works on that - please try it out. With that said, depending on the number of items we now have, maybe a settings dialog for the not-so-often-used items makes sense?
 

The Following 2 Users Say Thank You to thp For This Useful Post: