From 31ff0c0c03b495625ede17e69b9258a25ff40adb Mon Sep 17 00:00:00 2001 From: Dan Stowell Date: Sun, 2 May 2010 20:40:28 +0000 Subject: [PATCH] re-do part of change 10049, seems to have got dropped in the merging process git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/branches/3.4@10115 a380766d-ff14-0410-b294-a243070f3f08 --- .../Common/GUI/viewExtensions.sc | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/common/build/SCClassLibrary/Common/GUI/viewExtensions.sc b/common/build/SCClassLibrary/Common/GUI/viewExtensions.sc index 47598853755..7bc62df51d9 100644 --- a/common/build/SCClassLibrary/Common/GUI/viewExtensions.sc +++ b/common/build/SCClassLibrary/Common/GUI/viewExtensions.sc @@ -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;