Sha256: e3767d2db796af10d8b5a77559a53327c0e6762c952aa750e87ec88a31ceb205

Contents?: true

Size: 666 Bytes

Versions: 11

Compression:

Stored size: 666 Bytes

Contents

<Tk:Root name="test" title="Test">

	<Tk:Frame name="menuframe">
		<Tk:Menubutton name="filebutton" text="File" underline="0">
			<Tk:Menu name="filemenu" tearoff="false">
				<Tk:_add
					_1="command"
					label="Open"
					command="openDocument"
					underline="0"
					accel="Ctrl+O" />
				<Tk:_add
					_1="command"
					label="Exit"
					command="exitApplication"
					underline="0"
					accel="Ctrl+Q" />
			</Tk:Menu>
			<Tk:_pack side="left" />
		</Tk:Menubutton>
		<Tk:_pack side="left" />
	</Tk:Frame>

	<Tk:_bind
		_1="Control-o"
		_2="openDocument" />

	<Tk:_bind
		_1="Control-q"
		_2="exitApplication" />
	
</Tk:Root>

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
tkxml-0.3.0 test/ui.xml
facets-1.7.38 demo/tkxml/ui.xml
facets-1.7.0 demo/tkxml/ui.xml
facets-1.7.30 demo/tkxml/ui.xml
facets-1.7.46 demo/tkxml/ui.xml
facets-1.8.0 demo/tkxml/ui.xml
facets-1.8.20 demo/tkxml/ui.xml
facets-1.8.51 demo/tkxml/ui.xml
facets-1.8.49 demo/tkxml/ui.xml
facets-1.8.54 demo/tkxml/ui.xml
facets-1.8.8 demo/tkxml/ui.xml