Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 RCP 应用程序中,我使用 SWT Text 如下 -
Text text = new Text(shell, SWT.SEARCH | SWT.ICON_CANCEL | SWT.ICON_SEARCH);
在里面Text有一个选项来获取搜索和取消的图标。我在 Ubuntu Linux 上得到这个图标,而在 Windows 7 上这个图标不可见。有人可以帮我吗?
Text
Windows 不支持此功能。
这里有一个错误报告,其中包含一些如何自己实现它的建议。