<reference file="Crow.dll" />
</references>
<frameworkAssemblies>
- <frameworkAssembly assemblyName="System" />
- <frameworkAssembly assemblyName="System.Drawing" />
- <frameworkAssembly assemblyName="System.Xml" />
- </frameworkAssemblies>
- <contentFiles>
- <files include="build/Release/Crow.dll.config" copyToOutput="true" />
- </contentFiles>
+ <frameworkAssembly assemblyName="System" />
+ <frameworkAssembly assemblyName="System.Drawing" />
+ <frameworkAssembly assemblyName="System.Xml" />
+ <frameworkAssembly assemblyName="gio-sharp" />
+ <frameworkAssembly assemblyName="gdk-sharp" />
+ <frameworkAssembly assemblyName="glib-sharp" />
+ <frameworkAssembly assemblyName="cairo-sharp" />
+ </frameworkAssemblies>
</metadata>
<files>
<file src="Tests/OpenTKGameWindow.cs" target="content" />
<file src="Tests/OpenGL/*.cs" target="content/OpenGL" />
<file src="build/Release/Crow.dll" target="lib/net45" />
+ <file src="build/Release/Crow.dll.config" target="content" />
</files>
</package>
TextBox {
Background = White;
Foreground = Black;
+ Selectable = True;
}
Window {
Focusable = true;
* Derive **OpenTKGameWindow** class.
* Load some widget in the **OnLoad** override with `CrowInterface.LoadInterface` .
* Build your project with **mono**. (**xbuild**)
+- copy **Crow.dll.config** to output directory if you have trouble finding native libs.
<?xml version="1.0"?>
<Border Name="Content"
Background="vgradient|0:White|0.1:LightGray|0.9:LightGray|1:Black" Foreground="DarkGray"
- Height="{./HeightPolicy}" Width="{./WidthPolicy}"
+ Height="{../HeightPolicy}" Width="{../WidthPolicy}"
MouseEnter="{Foreground=White}"
MouseLeave="{Foreground=DarkGray}"
MouseDown="{Background=vgradient|0:Black|0.1:LightGray|0.9:LightGray|1:White}"
Height="{./HeightPolicy}" Width="{./WidthPolicy}">
<Border BorderWidth="1" Height="{./HeightPolicy}" Width="80%" Background="White"
Foreground="DimGray" Margin="0">
- <Label Foreground="DimGray" Height="{./HeightPolicy}" Width="Stretched"
- Text="{./Value}" TextAlignment="Right" Margin="0"/>
+ <Label Foreground="DimGray" Height="{../../../HeightPolicy}" Width="Stretched"
+ Text="{../../../Value}" TextAlignment="Right" Margin="0"/>
</Border>
- <VerticalStack MinimumSize="8;10" Width="20%" Height="Stretched" Spacing="0" Margin="0" Background="Red">
+ <VerticalStack MinimumSize="8,10" Width="20%" Height="Stretched" Spacing="0" Margin="0" Background="Red">
<Button MouseRepeat="true" Width="Stretched" Height="50%" Margin="0" MouseClick="./onUp"
Template="#Crow.Templates.ArrowButTemplate.crow">
<Image Path="#Crow.Images.Icons.updown.svg" SvgSub="up" Margin="0"/>