File: BooGtkSharpWindow.xft.xml

package info (click to toggle)
monodevelop-boo 2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 528 kB
  • ctags: 57
  • sloc: makefile: 246; xml: 193; sh: 160
file content (29 lines) | stat: -rw-r--r-- 690 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<Template Originator   = "Peter Johanson"
	  Language     = "Boo"
	  Created      = "04/04/2005"
	  LastModified = "07/19/2005">
	  
	<TemplateConfiguration>
		<_Name>Gtk# Window</_Name>
		<Icon>md-gui-file</Icon>
		<_Category>General</_Category>
		<LanguageName>Boo</LanguageName>
		<_Description>Creates a top-level Gtk# window</_Description>
	</TemplateConfiguration>
	
	<TemplateFiles>
		<File DefaultExtension=".boo" DefaultName="CreatedWindow">
<![CDATA[// created on ${Date} at ${Time}
import System
import Gtk

class ${EscapedIdentifier}(Window):
	def constructor():
		super("${EscapedIdentifier}")
]]></File>
	</TemplateFiles>
	
	<FileOptions/>
	
</Template>