From 436ac5e97f3e94833355a3f28ab4d02e3e63ee59 Mon Sep 17 00:00:00 2001 From: Justin Aquadro Date: Sun, 4 Nov 2012 01:45:51 -0400 Subject: [PATCH] Icons in tree view partially working --- NBTExplorerMac/Mac/IconRegistry.cs | 12 ++++++++++++ NBTExplorerMac/Mac/ImageAndTextCell.cs | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 NBTExplorerMac/Mac/IconRegistry.cs create mode 100644 NBTExplorerMac/Mac/ImageAndTextCell.cs diff --git a/NBTExplorerMac/Mac/IconRegistry.cs b/NBTExplorerMac/Mac/IconRegistry.cs new file mode 100644 index 0000000..e3780be --- /dev/null +++ b/NBTExplorerMac/Mac/IconRegistry.cs @@ -0,0 +1,12 @@ +using System; + +namespace NBTExplorer.Mac +{ + public class IconRegistry + { + public IconRegistry () + { + } + } +} + diff --git a/NBTExplorerMac/Mac/ImageAndTextCell.cs b/NBTExplorerMac/Mac/ImageAndTextCell.cs new file mode 100644 index 0000000..595cc74 --- /dev/null +++ b/NBTExplorerMac/Mac/ImageAndTextCell.cs @@ -0,0 +1,12 @@ +using System; + +namespace NBTExplorer.Mac +{ + public class ImageAndTextCell + { + public ImageAndTextCell () + { + } + } +} +