tray.naf

来自「Novocode的 SWT 控件框架 丰富了MDI功能」· NAF 代码 · 共 21 行

NAF
21
字号
<?xml version="1.0" encoding="UTF-8"?>

<TrayItem image="cfldr_obj.gif" tooltip="ExplorerExample Tray Icon" xmlns="http://www.novocode.com/namespaces/naf">

	<model type="action" id="trayAction" />
	<model type="default-action" id="trayDefaultAction" />

	<Menu role="popup">

		<Button text="|About ExplorerExample...">
			<include ref="about.naf" role="open" />
		</Button>

		<Button text="|Quit">
			<model type="action" id="exit" />
		</Button>

	</Menu>

</TrayItem>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?