Hi, Anybody knows how to resize the checkbox of a CheckButton? For example: choose = gtk.CheckButton( )
Here's what I tried and didn't work:
choose.set_label(str(choose.style_get_property('indicator-size')))
choose.style.set_property('indicator-size', 20)
choose.indicator-size(20)
Any suggestions would be appreciated!
Thanks!
yh
_______________________________________________ Sugar mailing list [email protected] http://lists.laptop.org/listinfo/sugar

