Jiri Pavlovsky wrote: > Ch Lamprecht napsal(a): >> Hello, >> >> is there a way to set a WxCheckBox readonly? >> Something like $w->SetEditable( 0 ); >> ( Which is not available for CheckBox ) >> > > $w->Enable(0) ?
Yes, exactly what I was looking for! Thanks, Christoph