From 77bf566ebbcb62acd4d08d905d9542d6ff9b6b80 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 30 Aug 2014 23:02:02 -0400 Subject: ...in with the new. --- redo/controlbase.sh | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100755 redo/controlbase.sh (limited to 'redo/controlbase.sh') diff --git a/redo/controlbase.sh b/redo/controlbase.sh deleted file mode 100755 index 6d10bb1..0000000 --- a/redo/controlbase.sh +++ /dev/null @@ -1,28 +0,0 @@ -sed "s/AAA/$1/g -s/BBB/$2/g -s/CCC/$3/g -s/DDD/$4/g" <<\END -func (AAA *BBB) CCC() DDD { - return AAA._CCC -} - -func (AAA *BBB) setParent(p *controlParent) { - basesetParent(AAA, p) -} - -func (AAA *BBB) allocate(x int, y int, width int, height int, d *sizing) []*allocation { - return baseallocate(AAA, x, y, width, height, d) -} - -func (AAA *BBB) preferredSize(d *sizing) (width, height int) { - return basepreferredSize(AAA, d) -} - -func (AAA *BBB) commitResize(a *allocation, d *sizing) { - basecommitResize(AAA, a, d) -} - -func (AAA *BBB) getAuxResizeInfo(d *sizing) { - basegetAuxResizeInfo(AAA, d) -} -END -- cgit v1.2.3