今天宠物迷的小编给各位宠物饲养爱好者分享vc设置窗口标题的宠物知识,其中也会对如何设置figure窗口的标题(Figure窗口)进行专业的解释,如果能碰巧解决你现在面临的宠物相关问题,别忘了关注本站哦,现在我们开始吧!
1、用set给figure加标题,改窗口名称。
set(gcf,'Name','My Figure Name')
h=figure(1);
set(h,'name','Haar小波变换','Numbertitle','off')
2、更改figure标题
fg1=figure('numbertitle','off','name','标题名称,'color','white');
saveas(fg1,'保存图形的名称');
你这是MFC的文档视图结构工程,要设置标题,设置视图View类的Text是没用的。 要设置文档标题,在View类使用: GetDocument()->SetTitle(strText1);要设置主窗口标题,用: AfxGetMainWnd()->SetWindowText(strText1);
用类名::SetWindowText( LPCTSTR lpszString);lpszString为mfc程序窗口标题栏中的文字。本对话框用本类名::SetWindowText(窗口标题栏中的文字)即可。
CWnd::GetDlgItemText
Call this member function to retrieve the title or text associated with a control in a dialog box.
//用这个函数重新得到对话框的标题
int GetDlgItemText(
int nID,
LPTSTR lpStr,
int nMaxCount
) const;
int GetDlgItemText(
int nID,
CString& rString
) const;
Parameters//参数
nID
Specifies the integer identifier of the control whose title is to be retrieved.
//对话框的ID号
lpStr
Points to the buffer to receive the control's title or text.
//读取后存放标题的指针型变量
nMaxCount
Specifies the maximum length (in characters) of the string to be copied to lpStr. If the string is longer than nMaxCount, it is truncated.
//定义字符串的最大尺寸,如果超过这个尺寸,将被切除掉.这个尺寸是上一参数lpStr的尺寸
rString
A reference to a CString.
//一个访问的字符串?
Return Value//反回值
Specifies the actual number of characters copied to the buffer, not including the terminating null character. The value is 0 if no text is copied.
//指定一个给定尺寸的字符串型的缓存,这个字符串的结尾不是NULL(\0)
如果,没有读到标题,返回值为0
Remarks
The GetDlgItemText member function copies the text to the location pointed to by lpStr and returns a count of the number of bytes it copies.
//这个函数,通过参数lpStr来传递标题,并返回标题的字节数.
Requirements
Header: afxwin.h
如果是基于对话框的MFC程序,那么在资源中,打开主对话框,右键,属性,设置对话框的caption(标题)就可以了。
文档视图结构的MFC程序,在资源中,设置string table中的资源字符串IDR_MAINFRAME修改标题栏。
窗口 SetWindowText("新建窗口"); 控件 控件对象.SetWindowText( "新建控件");
eclipse图标内容不可以修改,因为这个是内置的图标,用户无法定制。 Eclipse 是一个开放源代码的、基于Java的可扩展开发平台。就其本身而言,它只是一个框架和一组服务,用于通过插件组件构建开发环境。幸运的是,Eclipse 附带了一个标准的插件集,包括Java开发工具(Java Development Kit,JDK)。
本文由宠物迷 百科常识栏目发布,非常欢迎各位朋友分享到个人朋友圈,但转载请说明文章出处“如何设置figure窗口的标题”
上一篇
剑灵力士用什么宝石
下一篇
益君康婴儿便秘有用吗