示例#1
0
文件: QWidget.cs 项目: ctguxp/cxxi
		public void Resize (int width, int height)
		{
			var size = new QSize (width, height);
			impl.resize (Native, ref size);
		}