Mercurial > repos > IBBoard.GtkSharp
diff IBBoard.GtkSharp.csproj @ 9:d0e26a896d72
Re #26: Add GTK# wrapper methods
* Add ComboBox class with methods to:
* Fill a ComboBox
* Set selection to item
* Set selection to index
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 16 Jan 2010 15:10:41 +0000 |
parents | 14ce41d2f9bd |
children | c9aeaeaa3ea2 |
line wrap: on
line diff
--- a/IBBoard.GtkSharp.csproj Fri Sep 04 20:08:07 2009 +0000 +++ b/IBBoard.GtkSharp.csproj Sat Jan 16 15:10:41 2010 +0000 @@ -8,6 +8,7 @@ <ProjectGuid>{06605A63-E433-42FE-93CF-0DA6630A7DF5}</ProjectGuid> <OutputType>Library</OutputType> <AssemblyName>IBBoard.GtkSharp</AssemblyName> + <RootNamespace>IBBoard.GtkSharp</RootNamespace> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -31,6 +32,7 @@ <Compile Include="AssemblyInfo.cs" /> <Compile Include="NotebookUtil.cs" /> <Compile Include="TreeUtils.cs" /> + <Compile Include="ComboBoxUtils.cs" /> </ItemGroup> <ItemGroup> <None Include="COPYING.GPL" />