comparison IBBoard.GtkSharp.csproj @ 20:06715f517af6

Re #47: Add translatable GTK# widgets * Add ITranslatableWithActions interface to provide a common way to get at actions (WinForms menu items are widgets, GTK uses Actions and ActionGroups) * Add implementation of interface for Windows (most likely candidate for having translatable actions) * Translate actions as well as sub-widgets
author IBBoard <dev@ibboard.co.uk>
date Mon, 27 Dec 2010 20:48:29 +0000
parents 2ddde7f1730e
children f71693260828
comparison
equal deleted inserted replaced
19:2ddde7f1730e 20:06715f517af6
34 <Compile Include="TreeUtils.cs" /> 34 <Compile Include="TreeUtils.cs" />
35 <Compile Include="ComboBoxUtils.cs" /> 35 <Compile Include="ComboBoxUtils.cs" />
36 <Compile Include="Translatable\TranslatableDialog.cs" /> 36 <Compile Include="Translatable\TranslatableDialog.cs" />
37 <Compile Include="Translatable\ControlTranslator.cs" /> 37 <Compile Include="Translatable\ControlTranslator.cs" />
38 <Compile Include="Translatable\TranslatableWindow.cs" /> 38 <Compile Include="Translatable\TranslatableWindow.cs" />
39 <Compile Include="Lang\ITranslatableWithActions.cs" />
40 <Compile Include="Translatable\TranslatableWindowWithActions.cs" />
39 </ItemGroup> 41 </ItemGroup>
40 <ItemGroup> 42 <ItemGroup>
41 <None Include="COPYING.GPL" /> 43 <None Include="COPYING.GPL" />
42 <None Include="COPYING.LGPL" /> 44 <None Include="COPYING.LGPL" />
43 </ItemGroup> 45 </ItemGroup>
52 <Name>IBBoard</Name> 54 <Name>IBBoard</Name>
53 </ProjectReference> 55 </ProjectReference>
54 </ItemGroup> 56 </ItemGroup>
55 <ItemGroup> 57 <ItemGroup>
56 <Folder Include="Translatable\" /> 58 <Folder Include="Translatable\" />
59 <Folder Include="Lang\" />
57 </ItemGroup> 60 </ItemGroup>
58 <ProjectExtensions> 61 <ProjectExtensions>
59 <MonoDevelop> 62 <MonoDevelop>
60 <Properties> 63 <Properties>
61 <Policies> 64 <Policies>