[sugar] Resizing checkbutton checkbox?

Marco Pesenti Gritti mpg
Wed Jul 11 03:37:58 EDT 2007


Yeong Haur Kok wrote:
> 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)
>

I *think* you can only resize by changing the style properties... Why 
would you do that though?

Marco



More information about the Sugar-devel mailing list