Minor fixups.
This commit is contained in:
parent
e2605f5db9
commit
b3f7559bef
|
@ -1,8 +1,6 @@
|
||||||
// 31 july 2015
|
// 31 july 2015
|
||||||
import Cocoa
|
import Cocoa
|
||||||
|
|
||||||
typedef struct tAutoLayoutParams tAutoLayoutParams;
|
|
||||||
|
|
||||||
// TODO stretchy across both dimensions
|
// TODO stretchy across both dimensions
|
||||||
// for a vertical box, the horizontal width should be variable
|
// for a vertical box, the horizontal width should be variable
|
||||||
class tAutoLayoutParams {
|
class tAutoLayoutParams {
|
||||||
|
|
|
@ -14,9 +14,9 @@ func tIsAmbiguous(view: NSView, indent: Int) {
|
||||||
}
|
}
|
||||||
|
|
||||||
class tWindow : tControl {
|
class tWindow : tControl {
|
||||||
private var w: NSWindow;
|
private var w: NSWindow
|
||||||
private var c: tControl;
|
private var c: tControl
|
||||||
private var margined: Bool;
|
private var margined: Bool
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
self.w = NSWindow(
|
self.w = NSWindow(
|
||||||
|
|
Loading…
Reference in New Issue