Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-04-23 01:32:26 -05:00
commit a66b74764e
1 changed files with 7 additions and 0 deletions

View File

@ -126,6 +126,13 @@ CLASS: {
{ +name+ "FactorView" }
{ +protocols+ { "NSTextInput" } }
}
! Rendering
! Rendering
{ "drawRect:" "void" { "id" "SEL" "id" "NSRect" }
[ 3drop window relayout-1 ]
}
! Events
{ "acceptsFirstMouse:" "bool" { "id" "SEL" "id" }
[ 3drop 1 ]