public
Description: Repository for a PyObjC project built in one of my tutorial series.
Homepage: http://lethain.com/
Clone URL: git://github.com/lethain/metawindow.git
metawindow / MWRowWindowController.py
100644 13 lines (10 sloc) 0.237 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# MWRowWindowController.py
# MetaWindow
#
# Created by Will Larson on 8/26/08.
# Copyright (c) 2008 Will Larson. All rights reserved.
#
 
from Foundation import *
 
class MWRowWindowController(NSWindowController):
    rowDict = None