SCFuncUserView



not working yet


(

a = SCWindow.new;


b = SCFuncUserView(a,Rect.new(0,0,100,100));


b.drawFunc = { };

a.front;


)