Minor fixups.

This commit is contained in:
Pietro Gagliardi 2015-08-07 02:06:18 -04:00
parent e2605f5db9
commit b3f7559bef
2 changed files with 3 additions and 5 deletions

View File

@ -1,8 +1,6 @@
// 31 july 2015
import Cocoa
typedef struct tAutoLayoutParams tAutoLayoutParams;
// TODO stretchy across both dimensions
// for a vertical box, the horizontal width should be variable
class tAutoLayoutParams {

View File

@ -14,9 +14,9 @@ func tIsAmbiguous(view: NSView, indent: Int) {
}
class tWindow : tControl {
private var w: NSWindow;
private var c: tControl;
private var margined: Bool;
private var w: NSWindow
private var c: tControl
private var margined: Bool
init() {
self.w = NSWindow(