 
#ifndef pickup_DEFINED
#define pickup_DEFINED 1
 
#ifndef class_DEFINED
#include <class.h>
#endif /* class_DEFINED */
/* 
 * This file was generated by the Andrew class system preprocessor.
 * Don't make changes to this file as it is created from pickup.ch and will be
 * overwritten.  Make changes to pickup.ch instead.
 */ 
 
#ifndef class_StaticInfoOnly
/* 
 * The following information was copied, as-is, from pickup.ch.
 */ 
 
/* $Author: rr2b $ */

/*
	$Disclaimer: 
*Permission to use, copy, modify, and distribute this software and its 
*documentation for any purpose is hereby granted without fee, 
*provided that the above copyright notice appear in all copies and that 
*both that copyright notice, this permission notice, and the following 
*disclaimer appear in supporting documentation, and that the names of 
*IBM, Carnegie Mellon University, and other copyright holders, not be 
*used in advertising or publicity pertaining to distribution of the software 
*without specific, written prior permission.
*
*IBM, CARNEGIE MELLON UNIVERSITY, AND THE OTHER COPYRIGHT HOLDERS 
*DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 
*ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO EVENT 
*SHALL IBM, CARNEGIE MELLON UNIVERSITY, OR ANY OTHER COPYRIGHT HOLDER 
*BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 
*DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 
*WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 
*ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
*OF THIS SOFTWARE.
* $
*/


 

/* ************************************************************
 *  Copyright (C) 1989, 1990, 1991
 *  by the Massachusetts Institute of Technology
 *  For full copyright information see:'mit-copyright.h'     *
 *************************************************************/

#include <mit-copyright.h>
#include "eos_structs.h"






/* 
 * End of information copied from pickup.ch.
 */ 
 
#endif /* class_StaticInfoOnly *//* 
 * Include the superclass information
 */ 
#define dontDefineRoutinesFor_view
#include "view.ih"
#undef dontDefineRoutinesFor_view

 
 
#ifndef class_StaticInfoOnly
/* 
 * Data structure for pickup 
 */ 
struct pickup { 
    union {
	struct basicobject_methods *pickup_methods;
	struct traced traced;
	struct observable observable;
	struct view view;
    } header;
  struct label *title;
  struct labelview *titleV;
  struct text *textobj;
  struct textview *textv;
  struct scroll *scroll;
  struct lpair *topscreen;
  struct lpair *whole;
  struct pushbutton *okb;
  struct newbuttonview *okv;
  struct eos *daddy;
  Paperlist_res *list;
  struct paperPositions *Positions;
  struct menulist *menus;
  int menuflags;
  char *course;
  boolean IDoNotExist;

};

 
/* 
 * End of data structure for pickup.
 */ 
 

#endif /* class_StaticInfoOnly */

#ifndef class_StaticInfoOnly

#ifndef pickup_PROGRAMMERVERSION
#define pickup_PROGRAMMERVERSION 1
#endif /* pickup_PROGRAMMERVERSION */

#ifdef pickup_VERSION
#undef pickup_VERSION
#endif /* pickup_VERSION */
#define pickup_VERSION ((((pickup_PROGRAMMERVERSION << 16) ^ (61 << 8) ^ sizeof(struct pickup)) & 0x7ffff) + 0x80000 + (2 << 20))


#endif /* class_StaticInfoOnly */
#define pickup_StaticLoadOnlyThisClass()  \
{ extern struct classinfo *pickup__GetClassInfo(); \
 extern struct classheader *pickup_classheader_StaticExport; \
  (void) class_EnterInfo(NULL, pickup_classheader_StaticExport->name, pickup__GetClassInfo, NULL, pickup_classheader_StaticExport->namekey); } 
 
#define pickup_StaticLoad()  \
    { \
    view_StaticLoad(); \
    pickup_StaticLoadOnlyThisClass();  \
    } 
 
#define pickup_StaticEntry  {pickup_StaticLoad()} 
 
#ifndef class_StaticInfoOnly
static struct classheader pickup_classheader = {
    pickup_VERSION,
    "pickup",
    "pickup",
    (struct basicobject_methods *) &class_RoutineStruct,
};

#define pickup_CLASSPROCEDURES (pickup_classheader.classprocedures)
int pickup_classref_;
#endif /* class_StaticInfoOnly */

#endif /* pickup_DEFINED */

#if !defined(pickup_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_pickup) && !defined(class_StaticEntriesOnly)
#define pickup_ROUTINESDEFINED

#define pickup_Reference(self) \
 (((&(self)->header.traced))->refcount++)
#define pickup_UnReference(self) \
 ((((&(self)->header.traced))->refcount>0)?((&(self)->header.traced))->refcount--:0)
#define pickup_ReferenceCount(self) \
 (((&(self)->header.traced))->refcount)
#define pickup_AddObserver(self,observer) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[0]))) (self,observer))
#define pickup_IsObserver(self,observer) \
    ((* ((boolean (*)())((self)->header.pickup_methods->routines[1]))) (self,observer))
#define pickup_RemoveObserver(self,observer) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[2]))) (self,observer))
#define pickup_NotifyObservers(self,value) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[3]))) (self,value))
#define pickup_ObservedChanged(self,changed,value) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[4]))) (self,changed,value))
#define pickup_AddRecipient(self,trigger,rcvr,func,rock) \
    ((* ((boolean (*)())((self)->header.pickup_methods->routines[5]))) (self,trigger,rcvr,func,rock))
#define pickup_DeleteRecipient(self,trigger,rcvr) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[6]))) (self,trigger,rcvr))
#define pickup_PullTrigger(self,trigger) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[7]))) (self,trigger))
#define pickup_DisableTrigger(self,trigger) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[8]))) (self,trigger))
#define pickup_EnableTrigger(self,trigger) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[9]))) (self,trigger))
#define pickup_DisableCount(self,trigger) \
    ((* ((long (*)())((self)->header.pickup_methods->routines[10]))) (self,trigger))
#define pickup_SetName(self,name) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[11]))) (self,name))
#define pickup_GetName(self) \
    ((* ((struct atomlist * (*)())((self)->header.pickup_methods->routines[12]))) (self))
#define pickup_GetClass(self) \
    ((* ((struct atomlist * (*)())((self)->header.pickup_methods->routines[13]))) (self))
#define pickup_GetParameter(self,name,type,datum) \
    ((* ((short (*)())((self)->header.pickup_methods->routines[14]))) (self,name,type,datum))
#define pickup_GetResource(self,name,class,type,datum) \
    ((* ((short (*)())((self)->header.pickup_methods->routines[15]))) (self,name,class,type,datum))
#define pickup_GetManyParameters(self,resources,name,class) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[16]))) (self,resources,name,class))
#define pickup_PostResource(self,path,type,datum) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[17]))) (self,path,type,datum))
#define pickup_InsertViewRegion(self,parent,region) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[18]))) (self,parent,region))
#define pickup_InsertView(self,parent,enclosingRect) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[19]))) (self,parent,enclosingRect))
#define pickup_InsertViewSize(self,EnclosingView,xOriginInParent,yOriginInParent,width,height) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[20]))) (self,EnclosingView,xOriginInParent,yOriginInParent,width,height))
#define pickup_SetDataObject(self,dataobject) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[21]))) (self,dataobject))
#define pickup_GetApplicationLayer(self) \
    ((* ((struct view * (*)())((self)->header.pickup_methods->routines[22]))) (self))
#define pickup_DeleteApplicationLayer(self,applicationLayer) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[23]))) (self,applicationLayer))
#define pickup_DescriptionObject(self,format,rock) \
    ((* ((char * (*)())((self)->header.pickup_methods->routines[24]))) (self,format,rock))
#define pickup_Describe(self,format,file,rock) \
    ((* ((enum view_DescriberErrs (*)())((self)->header.pickup_methods->routines[25]))) (self,format,file,rock))
#define pickup_FullUpdate(self,type,left,top,width,right) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[26]))) (self,type,left,top,width,right))
#define pickup_Update(self) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[27]))) (self))
#define pickup_Print(self,file,processor,finalFormat,topLevel) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[28]))) (self,file,processor,finalFormat,topLevel))
#define pickup_Hit(self,action,x,y,numberOfClicks) \
    ((* ((struct view * (*)())((self)->header.pickup_methods->routines[29]))) (self,action,x,y,numberOfClicks))
#define pickup_DesiredSize(self,width,height,pass,dWidth,dheight) \
    ((* ((enum view_DSattributes (*)())((self)->header.pickup_methods->routines[30]))) (self,width,height,pass,dWidth,dheight))
#define pickup_GetOrigin(self,width,height,originX,originY) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[31]))) (self,width,height,originX,originY))
#define pickup_ReceiveInputFocus(self) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[32]))) (self))
#define pickup_LoseInputFocus(self) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[33]))) (self))
#define pickup_ReceiveColormap(self,cmap) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[34]))) (self,cmap))
#define pickup_LoseColormap(self,cmap) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[35]))) (self,cmap))
#define pickup_WantUpdate(self,requestor) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[36]))) (self,requestor))
#define pickup_WantInputFocus(self,requestor) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[37]))) (self,requestor))
#define pickup_WantColormap(self,requestor,cmap) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[38]))) (self,requestor,cmap))
#define pickup_WantNewSize(self,requestor) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[39]))) (self,requestor))
#define pickup_WantHandler(self,handlerName) \
    ((* ((struct basicobject * (*)())((self)->header.pickup_methods->routines[40]))) (self,handlerName))
#define pickup_WantInformation(self,key) \
    ((* ((char * (*)())((self)->header.pickup_methods->routines[41]))) (self,key))
#define pickup_PostKeyState(self,keystate) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[42]))) (self,keystate))
#define pickup_PostMenus(self,menulist) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[43]))) (self,menulist))
#define pickup_PostCursor(self,rec,cursor) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[44]))) (self,rec,cursor))
#define pickup_RetractCursor(self,cursor) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[45]))) (self,cursor))
#define pickup_RetractViewCursors(self,requestor) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[46]))) (self,requestor))
#define pickup_PostDefaultHandler(self,handlerName,handler) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[47]))) (self,handlerName,handler))
#define pickup_GetInterface(self,type) \
    ((* ((char * (*)())((self)->header.pickup_methods->routines[48]))) (self,type))
#define pickup_LinkTree(self,parent) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[49]))) (self,parent))
#define pickup_UnlinkTree(self) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[50]))) (self))
#define pickup_IsAncestor(self,possibleAncestor) \
    ((* ((boolean (*)())((self)->header.pickup_methods->routines[51]))) (self,possibleAncestor))
#define pickup_UnlinkNotification(self,unlinkedTree) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[52]))) (self,unlinkedTree))
#define pickup_GetWindowManagerType(self) \
    ((* ((char * (*)())((self)->header.pickup_methods->routines[53]))) (self))
#define pickup_GetDevice(self) \
    ((* ((long (*)())((self)->header.pickup_methods->routines[54]))) (self))
#define pickup_InitChildren(self) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[55]))) (self))
#define pickup_CanView(self,TypeName) \
    ((* ((boolean (*)())((self)->header.pickup_methods->routines[56]))) (self,TypeName))
#define pickup_LoseSelectionOwnership(self) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[57]))) (self))
#define pickup_WriteSelection(self,out) \
    ((* ((long (*)())((self)->header.pickup_methods->routines[58]))) (self,out))
#define pickup_MoveToPt(self,Pt) \
 (graphic_MoveToPt(((&(self)->header.view))->drawable,(Pt)))
#define pickup_MoveTo(self,NewX,NewY) \
 (graphic_MoveTo(((&(self)->header.view))->drawable,(NewX),(NewY)))
#define pickup_Move(self,DeltaX,DeltaY) \
 (graphic_Move(((&(self)->header.view))->drawable,(DeltaX),(DeltaY)))
#define pickup_GetLogicalBounds(self,Rect) \
 (graphic_GetLogicalBounds(((&(self)->header.view))->drawable,(Rect)))
#define pickup_GetLogicalBoundsSize(self,x,y,width,height) \
 (graphic_GetLogicalBoundsSize(((&(self)->header.view))->drawable,(x),(y),(width),(height)))
#define pickup_GetLogicalRight(self) \
 (graphic_GetLogicalRight(((&(self)->header.view))->drawable))
#define pickup_GetLogicalBottom(self) \
 (graphic_GetLogicalBottom(((&(self)->header.view))->drawable))
#define pickup_GetLogicalLeft(self) \
 (graphic_GetLogicalLeft(((&(self)->header.view))->drawable))
#define pickup_GetLogicalHeight(self) \
 (graphic_GetLogicalHeight((((&(self)->header.view))->drawable)))
#define pickup_GetLogicalWidth(self) \
 (graphic_GetLogicalWidth((((&(self)->header.view))->drawable)))
#define pickup_GetLogicalTop(self) \
 (graphic_GetLogicalTop((((&(self)->header.view))->drawable)))
#define pickup_SetVisualRegion(self,region) \
 (graphic_SetVisualRegion(((&(self)->header.view))->drawable, (region)))
#define pickup_GetVisualRegion(self,region) \
 (graphic_GetVisualRegion(((&(self)->header.view))->drawable, (region)))
#define pickup_GetVisualBounds(self,Rect) \
 (graphic_GetVisualBounds(((&(self)->header.view))->drawable,(Rect)))
#define pickup_GetVisualBoundsSize(self,x,y,width,height) \
 (graphic_GetVisualBoundsSize(((&(self)->header.view))->drawable,(x),(y),(width),(height)))
#define pickup_GetVisualRight(self) \
 (graphic_GetVisualRight(((&(self)->header.view))->drawable))
#define pickup_GetVisualBottom(self) \
 (graphic_GetVisualBottom(((&(self)->header.view))->drawable))
#define pickup_GetVisualWidth(self) \
 (graphic_GetVisualWidth((((&(self)->header.view))->drawable)))
#define pickup_GetVisualHeight(self) \
 (graphic_GetVisualHeight((((&(self)->header.view))->drawable)))
#define pickup_GetVisualLeft(self) \
 (graphic_GetVisualLeft((((&(self)->header.view))->drawable)))
#define pickup_GetVisualTop(self) \
 (graphic_GetVisualTop((((&(self)->header.view))->drawable)))
#define pickup_GetEnclosedBounds(self,Rect) \
 (graphic_GetEnclosedBounds(((&(self)->header.view))->drawable, (Rect)))
#define pickup_GetEnclosedBoundsSize(self,x,y,width,height) \
 (graphic_GetEnclosedBoundsSize(((&(self)->header.view))->drawable,(x),(y),(width),(height)))
#define pickup_GetEnclosedRight(self) \
 (graphic_GetEnclosedRight(((&(self)->header.view))->drawable))
#define pickup_GetEnclosedBottom(self) \
 (graphic_GetEnclosedBottom(((&(self)->header.view))->drawable))
#define pickup_GetEnclosedLeft(self) \
 (graphic_GetEnclosedLeft((((&(self)->header.view))->drawable)))
#define pickup_GetEnclosedTop(self) \
 (graphic_GetEnclosedTop((((&(self)->header.view))->drawable)))
#define pickup_GetEnclosedWidth(self) \
 (graphic_GetEnclosedWidth((((&(self)->header.view))->drawable)))
#define pickup_GetEnclosedHeight(self) \
 (graphic_GetEnclosedHeight((((&(self)->header.view))->drawable)))
#define pickup_GetCurrentPt(self,Pt) \
 (graphic_GetCurrentPt(((&(self)->header.view))->drawable,(Pt)))
#define pickup_DrawLineToPt(self,LineEnd) \
 (graphic_DrawLineToPt(((&(self)->header.view))->drawable,(LineEnd)))
#define pickup_DrawLineTo(self,XEnd,YEnd) \
 (graphic_DrawLineTo(((&(self)->header.view))->drawable,(XEnd), (YEnd)))
#define pickup_DrawLine(self,DeltaX,DeltaY) \
 (graphic_DrawLine(((&(self)->header.view))->drawable, (DeltaX), (DeltaY)))
#define pickup_DrawString(self,Text,Operation) \
 (graphic_DrawString(((&(self)->header.view))->drawable, (Text), (Operation)))
#define pickup_DrawText(self,Text,TextLength,Operation) \
 (graphic_DrawText(((&(self)->header.view))->drawable, (Text), (TextLength), (Operation)))
#define pickup_SetSpaceShim(self,Amount) \
 (graphic_SetSpaceShim(((&(self)->header.view))->drawable,(Amount)))
#define pickup_GetSpaceShim(self) \
 (graphic_GetSpaceShim(((&(self)->header.view))->drawable))
#define pickup_SetFont(self,ChosenFont) \
 (graphic_SetFont(((&(self)->header.view))->drawable, (ChosenFont)))
#define pickup_GetFont(self) \
 (graphic_GetFont(((&(self)->header.view))->drawable))
#define pickup_DrawRect(self,Rect) \
 (graphic_DrawRect(((&(self)->header.view))->drawable,(Rect)))
#define pickup_DrawRectSize(self,x,y,width,height) \
 (graphic_DrawRectSize(((&(self)->header.view))->drawable,(x),(y),(width),(height)))
#define pickup_DrawTrapezoid(self,topX,topY,topWidth,bottomX,bottomY,bottomWidth) \
 (graphic_DrawTrapezoid(((&(self)->header.view))->drawable,(topX),(topY),(topWidth),(bottomX),(bottomY),(bottomWidth)))
#define pickup_DrawPolygon(self,PointArray,PointCount) \
 (graphic_DrawPolygon(((&(self)->header.view))->drawable,(PointArray), (PointCount)))
#define pickup_DrawPath(self,PointArray,PointCount) \
 (graphic_DrawPath(((&(self)->header.view))->drawable,(PointArray), (PointCount)))
#define pickup_DrawOval(self,Rect) \
 (graphic_DrawOval(((&(self)->header.view))->drawable,(Rect)))
#define pickup_DrawOvalSize(self,x,y,width,height) \
 (graphic_DrawOvalSize(((&(self)->header.view))->drawable, (x), (y), (width), (height)))
#define pickup_DrawArc(self,EnclRect,StartAngle,OffsetAngle) \
 (graphic_DrawArc(((&(self)->header.view))->drawable,(EnclRect),(StartAngle),(OffsetAngle)))
#define pickup_DrawArcSize(self,x,y,width,height,StartAngle,OffsetAngle) \
 (graphic_DrawArcSize(((&(self)->header.view))->drawable, (x), (y), (width), (height), (StartAngle), (OffsetAngle)))
#define pickup_DrawRRect(self,OuterBox,InnerBox) \
 (graphic_DrawRRect(((&(self)->header.view))->drawable, (OuterBox), (InnerBox)))
#define pickup_DrawRRectSize(self,x,y,width,height,cornerWidth,cornerHeight) \
 (graphic_DrawRRectSize(((&(self)->header.view))->drawable, (x), (y), (width), (height), (cornerWidth), (cornerHeight)))
#define pickup_DrawRgn(self,Rgn) \
 (graphic_DrawRgn(((&(self)->header.view))->drawable,(Rgn)))
#define pickup_FillRect(self,Rect,Tile) \
 (graphic_FillRect(((&(self)->header.view))->drawable, (Rect),(Tile)))
#define pickup_FillRectSize(self,x,y,width,height,Tile) \
 (graphic_FillRectSize(((&(self)->header.view))->drawable, (x), (y), (width), (height), (Tile)))
#define pickup_FillTrapezoid(self,topX,topY,topWidth,bottomX,bottomY,bottomWidth,Tile) \
 (graphic_FillTrapezoid(((&(self)->header.view))->drawable, (topX), (topY), (topWidth), (bottomX), (bottomY), (bottomWidth), (Tile)))
#define pickup_FillPolygon(self,PointArray,PointCount,Tile) \
 (graphic_FillPolygon(((&(self)->header.view))->drawable, (PointArray), (PointCount), (Tile)))
#define pickup_FillOval(self,Rect,Tile) \
 (graphic_FillOval(((&(self)->header.view))->drawable, (Rect), (Tile)))
#define pickup_FillOvalSize(self,x,y,width,height,Tile) \
 (graphic_FillOvalSize(((&(self)->header.view))->drawable, (x), (y), (width), (height), (Tile)))
#define pickup_FillArc(self,EnclRect,StartAngle,OffsetAngle,Tile) \
 (graphic_FillArc(((&(self)->header.view))->drawable, (EnclRect), (StartAngle), (OffsetAngle),(Tile)))
#define pickup_FillArcSize(self,x,y,width,height,StartAngle,OffsetAngle,Tile) \
 (graphic_FillArcSize(((&(self)->header.view))->drawable, (x), (y), (width), (height), (StartAngle), (OffsetAngle), (Tile)))
#define pickup_FillRRect(self,OuterBox,InnerBox,Tile) \
 (graphic_FillRRect(((&(self)->header.view))->drawable, (OuterBox), (InnerBox), (Tile)))
#define pickup_FillRRectSize(self,x,y,width,height,cornerWidth,cornerHeight,Tile) \
 (graphic_FillRRectSize(((&(self)->header.view))->drawable, (x), (y), (width), (height), (cornerWidth), (cornerHeight), (Tile)))
#define pickup_FillRgn(self,Rgn,Tile) \
 (graphic_FillRgn(((&(self)->header.view))->drawable, (Rgn), (Tile)))
#define pickup_EraseRect(self,Rect) \
 (graphic_EraseRect(((&(self)->header.view))->drawable, (Rect)))
#define pickup_EraseRectSize(self,x,y,width,height) \
 (graphic_EraseRectSize(((&(self)->header.view))->drawable, (x), (y), (width), (height)))
#define pickup_EraseVisualRect(self) \
 (graphic_EraseVisualRect(((&(self)->header.view))->drawable))
#define pickup_BitBlt(self,SrcRect,DestView,DstOrigin,ClipRectList) \
 (graphic_BitBlt(((&(self)->header.view))->drawable,(SrcRect), (((struct view *)(DestView))->drawable), (DstOrigin), (ClipRectList)))
#define pickup_BitBltSize(self,srcX,srcY,dstX,dstY,Width,Height,DstView,clipX,clipY,clipWidth,clipHeight) \
 (graphic_BitBltSize(((&(self)->header.view))->drawable, (srcX), (srcY), (dstX), (dstY), (Width),(Height), (((struct view*)(DstView))->drawable), (clipX),(clipY), (clipWidth), (clipHeight)))
#define pickup_SetBitAtLoc(self,XPos,YPos,NewValue) \
 (graphic_SetBitAtLoc(((&(self)->header.view))->drawable, (XPos), (YPos), (NewValue)))
#define pickup_MoveLogicalOrigin(self,DeltaX,DeltaY) \
 (graphic_MoveLogicalOrigin(((&(self)->header.view))->drawable,(DeltaX), (DeltaY)))
#define pickup_SetLogicalOrigin(self,NewX,NewY) \
 (graphic_SetLogicalOrigin(((&(self)->header.view))->drawable,(NewX), (NewY)))
#define pickup_SetLogicalOriginPt(self,Pt) \
 (graphic_SetLogicalOriginPt(((&(self)->header.view))->drawable,(Pt)))
#define pickup_SetClippingRegion(self,region) \
 (graphic_SetClippingRegion(((&(self)->header.view))->drawable, (region)))
#define pickup_GetClippingRegion(self,region) \
 (graphic_GetClippingRegion(((&(self)->header.view))->drawable, (region)))
#define pickup_SetClippingRect(self,ClipRect) \
 (graphic_SetClippingRect(((&(self)->header.view))->drawable,(ClipRect)))
#define pickup_SetClippingRectSize(self,x,y,width,height) \
 (graphic_SetClippingRectSize(((&(self)->header.view))->drawable,(x),(y),(width),(height)))
#define pickup_ClearClippingRect(self) \
 (graphic_ClearClippingRect(((&(self)->header.view))->drawable))
#define pickup_GetClippingRect(self,Rect) \
 (graphic_GetClippingRect(((&(self)->header.view))->drawable,(Rect)))
#define pickup_SetLineWidth(self,NewLineWidth) \
 (graphic_SetLineWidth(((&(self)->header.view))->drawable, (NewLineWidth)))
#define pickup_GetLineWidth(self) \
 (graphic_GetLineWidth(((&(self)->header.view))->drawable))
#define pickup_SetLineDash(self,dashPattern,dashOffset,dashType) \
 (graphic_SetLineDash(((&(self)->header.view))->drawable, (dashPattern), (dashOffset), (dashType)))
#define pickup_GetLineDash(self,dashPattern,dashOffset,dashType) \
 (graphic_GetLineDash(((&(self)->header.view))->drawable, (dashPattern), (dashOffset), (dashType)))
#define pickup_SetLineCap(self,NewLineCap) \
 (graphic_SetLineCap(((&(self)->header.view))->drawable, (NewLineCap)))
#define pickup_GetLineCap(self) \
 (graphic_GetLineCap(((&(self)->header.view))->drawable))
#define pickup_SetLineJoin(self,NewLineJoin) \
 (graphic_SetLineJoin(((&(self)->header.view))->drawable, (NewLineJoin)))
#define pickup_GetLineJoin(self) \
 (graphic_GetLineJoin(((&(self)->header.view))->drawable))
#define pickup_SetTransferMode(self,NewTransferMode) \
 (graphic_SetTransferMode(((&(self)->header.view))->drawable, (NewTransferMode)))
#define pickup_GetTransferMode(self) \
 (graphic_GetTransferMode(((&(self)->header.view))->drawable))
#define pickup_FlushGraphics(self) \
 (graphic_FlushGraphics(((&(self)->header.view))->drawable))
#define pickup_WhitePattern(self) \
 (graphic_WhitePattern(((&(self)->header.view))->drawable))
#define pickup_BlackPattern(self) \
 (graphic_BlackPattern(((&(self)->header.view))->drawable))
#define pickup_GrayPattern(self,IntensityNum,IntensityDenom) \
 (graphic_GrayPattern(((&(self)->header.view))->drawable, (IntensityNum), (IntensityDenom)))
#define pickup_SetPatternOrigin(self,xpos,ypos) \
  (graphic_SetPatternOrigin(((&(self)->header.view))->drawable, (xpos), (ypos)))
#define pickup_GetPatternOrigin(self,xpos,ypos) \
  (graphic_GetPatternOrigin(((&(self)->header.view))->drawable, (xpos), (ypos)))
#define pickup_SetForegroundColor(self,colorName,red,green,blue) \
 (graphic_SetForegroundColor(((&(self)->header.view))->drawable, (colorName), (red), (green), (blue)))
#define pickup_GetForegroundColor(self,name,retred,retgreen,retblue) \
     (graphic_GetForegroundColor(((&(self)->header.view))->drawable, (name), (retred), (retgreen), (retblue)))
#define pickup_SetBackgroundColor(self,colorName,red,green,blue) \
 (graphic_SetBackgroundColor(((&(self)->header.view))->drawable, (colorName), (red),(green),(blue)))
#define pickup_GetBackgroundColor(self,name,retred,retgreen,retblue) \
 (graphic_GetBackgroundColor(((&(self)->header.view))->drawable, (name), (retred), (retgreen),(retblue)))
#define pickup_SetFGColor(self,red,green,blue) \
 (graphic_SetFGColor(((&(self)->header.view))->drawable,(red),(green),(blue)))
#define pickup_GetFGColor(self,red,green,blue) \
 (graphic_GetFGColor(((&(self)->header.view))->drawable,(red),(green),(blue)))
#define pickup_SetBGColor(self,red,green,blue) \
 (graphic_SetBGColor(((&(self)->header.view))->drawable,(red),(green),(blue)))
#define pickup_GetBGColor(self,red,green,blue) \
 (graphic_GetBGColor(((&(self)->header.view))->drawable,(red),(green),(blue)))
#define pickup_GetHorizontalResolution(self) \
 (graphic_GetHorizontalResolution(((&(self)->header.view))->drawable))
#define pickup_GetVerticalResolution(self) \
 (graphic_GetVerticalResolution(((&(self)->header.view))->drawable))
#define pickup_GetIM(self) \
 (((&(self)->header.view))->imPtr)
#define pickup_GetDrawable(self) \
 (((&(self)->header.view))->drawable)
#define pickup_GetColormap(self) \
 (graphic_GetColormap(((&(self)->header.view))->drawable))
#define pickup_SetColormap(self,cmap) \
 (graphic_SetColormap(((&(self)->header.view))->drawable, cmap))
#define pickup_GetInheritedColormap(self) \
 (graphic_GetInheritedColormap(((&(self)->header.view))->drawable))
#define pickup_SetInheritedColormap(self,cmap) \
 (graphic_SetInheritedColormap(((&(self)->header.view))->drawable, cmap))
#define pickup_ClearInheritedColormap(self) \
 (graphic_ClearInheritedColormap(((&(self)->header.view))->drawable))
#define pickup_CurrentColormap(self) \
 (graphic_CurrentColormap(((&(self)->header.view))->drawable))
#define pickup_EnclosedXToLocalX(self,xvalue) \
   ((xvalue)-graphic_GetEnclosedLeft(((&(self)->header.view))->drawable)+graphic_GetLogicalLeft(((&(self)->header.view))->drawable))
#define pickup_EnclosedYToLocalY(self,yvalue) \
    ((yvalue)-graphic_GetEnclosedTop(((&(self)->header.view))->drawable)+graphic_GetLogicalTop(((&(self)->header.view))->drawable))
#define pickup_GetDataObject(self) \
 (((&(self)->header.view))->dataobject)
#define pickup_DisplayClass(self) \
 (graphic_DisplayClass(((&(self)->header.view))->drawable ))
#define pickup_ClearColors(self) \
 (graphic_ClearColors(((&(self)->header.view))->drawable))
#define pickup_DoPickUp(self) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[59]))) (self))
#define pickup_SetTitle(self,string) \
    ((* ((void (*)())((self)->header.pickup_methods->routines[60]))) (self,string))
#define pickup_SetParent(self,dad) \
 (((self))->daddy = dad);
#define pickup_SetCourse(self,name) \
 (strcpy(((self))->course, name))

#define pickup_NewFromObject(self) \
    ((* ((struct pickup * (*)())((self)->header.pickup_methods->info->procs->routines[0]))) (&pickup_classheader, (self)->header.pickup_methods->info->versionnumber))
#define pickup_New() \
    (*((struct pickup * (*)()) (pickup_CLASSPROCEDURES->routines[0])))(&pickup_classheader,pickup_VERSION)
#define pickup_Initialize(self) \
    (*((void (*)()) (pickup_CLASSPROCEDURES->routines[2])))(&pickup_classheader,self, pickup_VERSION)

#define pickup_Destroy(self) \
    ((* ((void (*)()) ((self)->header.pickup_methods->info->procs->routines[1]))) (&pickup_classheader, self))
#define pickup_Finalize(self) \
    (*((void (*)()) (pickup_CLASSPROCEDURES->routines[3])))(&pickup_classheader,self)

#define pickup_InitializeObject(self) \
    (*((boolean (*)()) (pickup_CLASSPROCEDURES->routines[5])))(&pickup_classheader,self)
#define pickup_FinalizeObject(self) \
    (*((void (*)()) (pickup_CLASSPROCEDURES->routines[6])))(&pickup_classheader,self)
#define pickup_InitializeClass() \
    (*((boolean (*)()) (pickup_CLASSPROCEDURES->routines[7])))(&pickup_classheader)


#endif /* !defined(pickup_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_pickup ) && !defined(class_StaticEntriesOnly)*/

