static VALUE rb_ext_CheckboxTree_new(VALUE self, VALUE left, VALUE top, VALUE height, VALUE flags) { newtComponent co; co = newtCheckboxTree(NUM2INT(left), NUM2INT(top), NUM2INT(height), NUM2INT(flags)); return Data_Wrap_Struct(self, 0, 0, co); }
static VALUE rb_ext_CheckboxTree_AddItem(VALUE self, VALUE args)
static VALUE rb_ext_CheckboxTree_AddItem(VALUE self, VALUE args)