Skip to content

Commit

Permalink
re-do part of change 10049, seems to have got dropped in the merging …
Browse files Browse the repository at this point in the history
…process

git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/branches/3.4@10115 a380766d-ff14-0410-b294-a243070f3f08
  • Loading branch information
danstowell committed May 2, 2010
1 parent 7e0c15b commit 31ff0c0
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions common/build/SCClassLibrary/Common/GUI/viewExtensions.sc
Expand Up @@ -83,25 +83,6 @@
}
}

+ MultiPageLayout {

flow { arg func,bounds;
^this.view.flow(func,bounds)
}
vert { arg func,bounds,spacing;
^this.view.vert(func,bounds,spacing)
}
horz { arg func,bounds,spacing;
^this.view.horz(func,bounds,spacing)
}
comp { arg func,bounds;
^this.view.comp(func,bounds)
}
scroll { arg ... args;
^this.view.performList(\scroll,args)
}
}

+ FlowLayout {
// can deprec this since multi page layouts are so old skool
wouldExceedBottom { arg aBounds;
Expand Down

0 comments on commit 31ff0c0

Please sign in to comment.