在Dashboard Widget中嵌入Cocoa(图片贴不上去T_T)[18]

[入库:2005年8月19日] [更新:2007年3月24日]

本文简介:选择自 ojv1984 的 blog

textview = [[nstextview alloc] initwithframe:nsmakerect(0,105,300,100)];

nsclipview *clipview = [[nsclipview alloc] init]; //initialize clipview

[clipview setdocumentview:textview]; //add textview as subview

[clipview setframe:nsmakerect(0,105,300,100)]; //set frame

本文关键:在Dashboard Widget中嵌入Cocoa(图片贴不上去T_T)
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top