 
#ifndef fnotev_DEFINED
#define fnotev_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 fnotev.ch and will be
 * overwritten.  Make changes to fnotev.ch instead.
 */ 
 
#ifndef class_StaticInfoOnly
/* 
 * The following information was copied, as-is, from fnotev.ch.
 */ 
 
/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */

/*
	$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.
* $
*/










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

 
 
#ifndef class_StaticInfoOnly
/* 
 * Data structure for fnotev 
 */ 
struct fnotev { 
    union {
	struct basicobject_methods *fnotev_methods;
	struct traced traced;
	struct observable observable;
	struct view view;
    } header;
    struct impair *imp;
    struct fontdesc *fd,*ofd;
    struct cursor *cursor;
    int fnotetype;
    struct text *parenttext;
    struct textview *parentview;
    char *displaystr;
    struct  fontdesc_charInfo *ci;

};

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

#endif /* class_StaticInfoOnly */

#ifndef class_StaticInfoOnly

#ifndef fnotev_PROGRAMMERVERSION
#define fnotev_PROGRAMMERVERSION 1
#endif /* fnotev_PROGRAMMERVERSION */

#ifdef fnotev_VERSION
#undef fnotev_VERSION
#endif /* fnotev_VERSION */
#define fnotev_VERSION ((((fnotev_PROGRAMMERVERSION << 16) ^ (61 << 8) ^ sizeof(struct fnotev)) & 0x7ffff) + 0x80000 + (2 << 20))


#endif /* class_StaticInfoOnly */
#define fnotev_StaticLoadOnlyThisClass()  \
{ extern struct classinfo *fnotev__GetClassInfo(); \
 extern struct classheader *fnotev_classheader_StaticExport; \
  (void) class_EnterInfo(NULL, fnotev_classheader_StaticExport->name, fnotev__GetClassInfo, NULL, fnotev_classheader_StaticExport->namekey); } 
 
#define fnotev_StaticLoad()  \
    { \
    view_StaticLoad(); \
    fnotev_StaticLoadOnlyThisClass();  \
    } 
 
#define fnotev_StaticEntry  {fnotev_StaticLoad()} 
 
#ifndef class_StaticInfoOnly
static struct classheader fnotev_classheader = {
    fnotev_VERSION,
    "fnotev",
    "fnotev",
    (struct basicobject_methods *) &class_RoutineStruct,
};

#define fnotev_CLASSPROCEDURES (fnotev_classheader.classprocedures)
int fnotev_classref_;
#endif /* class_StaticInfoOnly */

#endif /* fnotev_DEFINED */

#if !defined(fnotev_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_fnotev) && !defined(class_StaticEntriesOnly)
#define fnotev_ROUTINESDEFINED

#define fnotev_Reference(self) \
 (((&(self)->header.traced))->refcount++)
#define fnotev_UnReference(self) \
 ((((&(self)->header.traced))->refcount>0)?((&(self)->header.traced))->refcount--:0)
#define fnotev_ReferenceCount(self) \
 (((&(self)->header.traced))->refcount)
#define fnotev_AddObserver(self,observer) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[0]))) (self,observer))
#define fnotev_IsObserver(self,observer) \
    ((* ((boolean (*)())((self)->header.fnotev_methods->routines[1]))) (self,observer))
#define fnotev_RemoveObserver(self,observer) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[2]))) (self,observer))
#define fnotev_NotifyObservers(self,value) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[3]))) (self,value))
#define fnotev_ObservedChanged(self,changed,value) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[4]))) (self,changed,value))
#define fnotev_AddRecipient(self,trigger,rcvr,func,rock) \
    ((* ((boolean (*)())((self)->header.fnotev_methods->routines[5]))) (self,trigger,rcvr,func,rock))
#define fnotev_DeleteRecipient(self,trigger,rcvr) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[6]))) (self,trigger,rcvr))
#define fnotev_PullTrigger(self,trigger) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[7]))) (self,trigger))
#define fnotev_DisableTrigger(self,trigger) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[8]))) (self,trigger))
#define fnotev_EnableTrigger(self,trigger) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[9]))) (self,trigger))
#define fnotev_DisableCount(self,trigger) \
    ((* ((long (*)())((self)->header.fnotev_methods->routines[10]))) (self,trigger))
#define fnotev_SetName(self,name) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[11]))) (self,name))
#define fnotev_GetName(self) \
    ((* ((struct atomlist * (*)())((self)->header.fnotev_methods->routines[12]))) (self))
#define fnotev_GetClass(self) \
    ((* ((struct atomlist * (*)())((self)->header.fnotev_methods->routines[13]))) (self))
#define fnotev_GetParameter(self,name,type,datum) \
    ((* ((short (*)())((self)->header.fnotev_methods->routines[14]))) (self,name,type,datum))
#define fnotev_GetResource(self,name,class,type,datum) \
    ((* ((short (*)())((self)->header.fnotev_methods->routines[15]))) (self,name,class,type,datum))
#define fnotev_GetManyParameters(self,resources,name,class) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[16]))) (self,resources,name,class))
#define fnotev_PostResource(self,path,type,datum) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[17]))) (self,path,type,datum))
#define fnotev_InsertViewRegion(self,parent,region) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[18]))) (self,parent,region))
#define fnotev_InsertView(self,parent,enclosingRect) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[19]))) (self,parent,enclosingRect))
#define fnotev_InsertViewSize(self,EnclosingView,xOriginInParent,yOriginInParent,width,height) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[20]))) (self,EnclosingView,xOriginInParent,yOriginInParent,width,height))
#define fnotev_SetDataObject(self,dataobject) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[21]))) (self,dataobject))
#define fnotev_GetApplicationLayer(self) \
    ((* ((struct view * (*)())((self)->header.fnotev_methods->routines[22]))) (self))
#define fnotev_DeleteApplicationLayer(self,applicationLayer) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[23]))) (self,applicationLayer))
#define fnotev_DescriptionObject(self,format,rock) \
    ((* ((char * (*)())((self)->header.fnotev_methods->routines[24]))) (self,format,rock))
#define fnotev_Describe(self,format,file,rock) \
    ((* ((enum view_DescriberErrs (*)())((self)->header.fnotev_methods->routines[25]))) (self,format,file,rock))
#define fnotev_FullUpdate(self,type,left,top,width,right) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[26]))) (self,type,left,top,width,right))
#define fnotev_Update(self) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[27]))) (self))
#define fnotev_Print(self,file,processor,finalFormat,topLevel) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[28]))) (self,file,processor,finalFormat,topLevel))
#define fnotev_Hit(self,action,x,y,numberOfClicks) \
    ((* ((struct view * (*)())((self)->header.fnotev_methods->routines[29]))) (self,action,x,y,numberOfClicks))
#define fnotev_DesiredSize(self,width,height,pass,dWidth,dheight) \
    ((* ((enum view_DSattributes (*)())((self)->header.fnotev_methods->routines[30]))) (self,width,height,pass,dWidth,dheight))
#define fnotev_GetOrigin(self,width,height,originX,originY) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[31]))) (self,width,height,originX,originY))
#define fnotev_ReceiveInputFocus(self) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[32]))) (self))
#define fnotev_LoseInputFocus(self) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[33]))) (self))
#define fnotev_ReceiveColormap(self,cmap) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[34]))) (self,cmap))
#define fnotev_LoseColormap(self,cmap) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[35]))) (self,cmap))
#define fnotev_WantUpdate(self,requestor) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[36]))) (self,requestor))
#define fnotev_WantInputFocus(self,requestor) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[37]))) (self,requestor))
#define fnotev_WantColormap(self,requestor,cmap) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[38]))) (self,requestor,cmap))
#define fnotev_WantNewSize(self,requestor) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[39]))) (self,requestor))
#define fnotev_WantHandler(self,handlerName) \
    ((* ((struct basicobject * (*)())((self)->header.fnotev_methods->routines[40]))) (self,handlerName))
#define fnotev_WantInformation(self,key) \
    ((* ((char * (*)())((self)->header.fnotev_methods->routines[41]))) (self,key))
#define fnotev_PostKeyState(self,keystate) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[42]))) (self,keystate))
#define fnotev_PostMenus(self,menulist) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[43]))) (self,menulist))
#define fnotev_PostCursor(self,rec,cursor) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[44]))) (self,rec,cursor))
#define fnotev_RetractCursor(self,cursor) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[45]))) (self,cursor))
#define fnotev_RetractViewCursors(self,requestor) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[46]))) (self,requestor))
#define fnotev_PostDefaultHandler(self,handlerName,handler) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[47]))) (self,handlerName,handler))
#define fnotev_GetInterface(self,type) \
    ((* ((char * (*)())((self)->header.fnotev_methods->routines[48]))) (self,type))
#define fnotev_LinkTree(self,parent) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[49]))) (self,parent))
#define fnotev_UnlinkTree(self) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[50]))) (self))
#define fnotev_IsAncestor(self,possibleAncestor) \
    ((* ((boolean (*)())((self)->header.fnotev_methods->routines[51]))) (self,possibleAncestor))
#define fnotev_UnlinkNotification(self,unlinkedTree) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[52]))) (self,unlinkedTree))
#define fnotev_GetWindowManagerType(self) \
    ((* ((char * (*)())((self)->header.fnotev_methods->routines[53]))) (self))
#define fnotev_GetDevice(self) \
    ((* ((long (*)())((self)->header.fnotev_methods->routines[54]))) (self))
#define fnotev_InitChildren(self) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[55]))) (self))
#define fnotev_CanView(self,TypeName) \
    ((* ((boolean (*)())((self)->header.fnotev_methods->routines[56]))) (self,TypeName))
#define fnotev_LoseSelectionOwnership(self) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[57]))) (self))
#define fnotev_WriteSelection(self,out) \
    ((* ((long (*)())((self)->header.fnotev_methods->routines[58]))) (self,out))
#define fnotev_MoveToPt(self,Pt) \
 (graphic_MoveToPt(((&(self)->header.view))->drawable,(Pt)))
#define fnotev_MoveTo(self,NewX,NewY) \
 (graphic_MoveTo(((&(self)->header.view))->drawable,(NewX),(NewY)))
#define fnotev_Move(self,DeltaX,DeltaY) \
 (graphic_Move(((&(self)->header.view))->drawable,(DeltaX),(DeltaY)))
#define fnotev_GetLogicalBounds(self,Rect) \
 (graphic_GetLogicalBounds(((&(self)->header.view))->drawable,(Rect)))
#define fnotev_GetLogicalBoundsSize(self,x,y,width,height) \
 (graphic_GetLogicalBoundsSize(((&(self)->header.view))->drawable,(x),(y),(width),(height)))
#define fnotev_GetLogicalRight(self) \
 (graphic_GetLogicalRight(((&(self)->header.view))->drawable))
#define fnotev_GetLogicalBottom(self) \
 (graphic_GetLogicalBottom(((&(self)->header.view))->drawable))
#define fnotev_GetLogicalLeft(self) \
 (graphic_GetLogicalLeft(((&(self)->header.view))->drawable))
#define fnotev_GetLogicalHeight(self) \
 (graphic_GetLogicalHeight((((&(self)->header.view))->drawable)))
#define fnotev_GetLogicalWidth(self) \
 (graphic_GetLogicalWidth((((&(self)->header.view))->drawable)))
#define fnotev_GetLogicalTop(self) \
 (graphic_GetLogicalTop((((&(self)->header.view))->drawable)))
#define fnotev_SetVisualRegion(self,region) \
 (graphic_SetVisualRegion(((&(self)->header.view))->drawable, (region)))
#define fnotev_GetVisualRegion(self,region) \
 (graphic_GetVisualRegion(((&(self)->header.view))->drawable, (region)))
#define fnotev_GetVisualBounds(self,Rect) \
 (graphic_GetVisualBounds(((&(self)->header.view))->drawable,(Rect)))
#define fnotev_GetVisualBoundsSize(self,x,y,width,height) \
 (graphic_GetVisualBoundsSize(((&(self)->header.view))->drawable,(x),(y),(width),(height)))
#define fnotev_GetVisualRight(self) \
 (graphic_GetVisualRight(((&(self)->header.view))->drawable))
#define fnotev_GetVisualBottom(self) \
 (graphic_GetVisualBottom(((&(self)->header.view))->drawable))
#define fnotev_GetVisualWidth(self) \
 (graphic_GetVisualWidth((((&(self)->header.view))->drawable)))
#define fnotev_GetVisualHeight(self) \
 (graphic_GetVisualHeight((((&(self)->header.view))->drawable)))
#define fnotev_GetVisualLeft(self) \
 (graphic_GetVisualLeft((((&(self)->header.view))->drawable)))
#define fnotev_GetVisualTop(self) \
 (graphic_GetVisualTop((((&(self)->header.view))->drawable)))
#define fnotev_GetEnclosedBounds(self,Rect) \
 (graphic_GetEnclosedBounds(((&(self)->header.view))->drawable, (Rect)))
#define fnotev_GetEnclosedBoundsSize(self,x,y,width,height) \
 (graphic_GetEnclosedBoundsSize(((&(self)->header.view))->drawable,(x),(y),(width),(height)))
#define fnotev_GetEnclosedRight(self) \
 (graphic_GetEnclosedRight(((&(self)->header.view))->drawable))
#define fnotev_GetEnclosedBottom(self) \
 (graphic_GetEnclosedBottom(((&(self)->header.view))->drawable))
#define fnotev_GetEnclosedLeft(self) \
 (graphic_GetEnclosedLeft((((&(self)->header.view))->drawable)))
#define fnotev_GetEnclosedTop(self) \
 (graphic_GetEnclosedTop((((&(self)->header.view))->drawable)))
#define fnotev_GetEnclosedWidth(self) \
 (graphic_GetEnclosedWidth((((&(self)->header.view))->drawable)))
#define fnotev_GetEnclosedHeight(self) \
 (graphic_GetEnclosedHeight((((&(self)->header.view))->drawable)))
#define fnotev_GetCurrentPt(self,Pt) \
 (graphic_GetCurrentPt(((&(self)->header.view))->drawable,(Pt)))
#define fnotev_DrawLineToPt(self,LineEnd) \
 (graphic_DrawLineToPt(((&(self)->header.view))->drawable,(LineEnd)))
#define fnotev_DrawLineTo(self,XEnd,YEnd) \
 (graphic_DrawLineTo(((&(self)->header.view))->drawable,(XEnd), (YEnd)))
#define fnotev_DrawLine(self,DeltaX,DeltaY) \
 (graphic_DrawLine(((&(self)->header.view))->drawable, (DeltaX), (DeltaY)))
#define fnotev_DrawString(self,Text,Operation) \
 (graphic_DrawString(((&(self)->header.view))->drawable, (Text), (Operation)))
#define fnotev_DrawText(self,Text,TextLength,Operation) \
 (graphic_DrawText(((&(self)->header.view))->drawable, (Text), (TextLength), (Operation)))
#define fnotev_SetSpaceShim(self,Amount) \
 (graphic_SetSpaceShim(((&(self)->header.view))->drawable,(Amount)))
#define fnotev_GetSpaceShim(self) \
 (graphic_GetSpaceShim(((&(self)->header.view))->drawable))
#define fnotev_SetFont(self,ChosenFont) \
 (graphic_SetFont(((&(self)->header.view))->drawable, (ChosenFont)))
#define fnotev_GetFont(self) \
 (graphic_GetFont(((&(self)->header.view))->drawable))
#define fnotev_DrawRect(self,Rect) \
 (graphic_DrawRect(((&(self)->header.view))->drawable,(Rect)))
#define fnotev_DrawRectSize(self,x,y,width,height) \
 (graphic_DrawRectSize(((&(self)->header.view))->drawable,(x),(y),(width),(height)))
#define fnotev_DrawTrapezoid(self,topX,topY,topWidth,bottomX,bottomY,bottomWidth) \
 (graphic_DrawTrapezoid(((&(self)->header.view))->drawable,(topX),(topY),(topWidth),(bottomX),(bottomY),(bottomWidth)))
#define fnotev_DrawPolygon(self,PointArray,PointCount) \
 (graphic_DrawPolygon(((&(self)->header.view))->drawable,(PointArray), (PointCount)))
#define fnotev_DrawPath(self,PointArray,PointCount) \
 (graphic_DrawPath(((&(self)->header.view))->drawable,(PointArray), (PointCount)))
#define fnotev_DrawOval(self,Rect) \
 (graphic_DrawOval(((&(self)->header.view))->drawable,(Rect)))
#define fnotev_DrawOvalSize(self,x,y,width,height) \
 (graphic_DrawOvalSize(((&(self)->header.view))->drawable, (x), (y), (width), (height)))
#define fnotev_DrawArc(self,EnclRect,StartAngle,OffsetAngle) \
 (graphic_DrawArc(((&(self)->header.view))->drawable,(EnclRect),(StartAngle),(OffsetAngle)))
#define fnotev_DrawArcSize(self,x,y,width,height,StartAngle,OffsetAngle) \
 (graphic_DrawArcSize(((&(self)->header.view))->drawable, (x), (y), (width), (height), (StartAngle), (OffsetAngle)))
#define fnotev_DrawRRect(self,OuterBox,InnerBox) \
 (graphic_DrawRRect(((&(self)->header.view))->drawable, (OuterBox), (InnerBox)))
#define fnotev_DrawRRectSize(self,x,y,width,height,cornerWidth,cornerHeight) \
 (graphic_DrawRRectSize(((&(self)->header.view))->drawable, (x), (y), (width), (height), (cornerWidth), (cornerHeight)))
#define fnotev_DrawRgn(self,Rgn) \
 (graphic_DrawRgn(((&(self)->header.view))->drawable,(Rgn)))
#define fnotev_FillRect(self,Rect,Tile) \
 (graphic_FillRect(((&(self)->header.view))->drawable, (Rect),(Tile)))
#define fnotev_FillRectSize(self,x,y,width,height,Tile) \
 (graphic_FillRectSize(((&(self)->header.view))->drawable, (x), (y), (width), (height), (Tile)))
#define fnotev_FillTrapezoid(self,topX,topY,topWidth,bottomX,bottomY,bottomWidth,Tile) \
 (graphic_FillTrapezoid(((&(self)->header.view))->drawable, (topX), (topY), (topWidth), (bottomX), (bottomY), (bottomWidth), (Tile)))
#define fnotev_FillPolygon(self,PointArray,PointCount,Tile) \
 (graphic_FillPolygon(((&(self)->header.view))->drawable, (PointArray), (PointCount), (Tile)))
#define fnotev_FillOval(self,Rect,Tile) \
 (graphic_FillOval(((&(self)->header.view))->drawable, (Rect), (Tile)))
#define fnotev_FillOvalSize(self,x,y,width,height,Tile) \
 (graphic_FillOvalSize(((&(self)->header.view))->drawable, (x), (y), (width), (height), (Tile)))
#define fnotev_FillArc(self,EnclRect,StartAngle,OffsetAngle,Tile) \
 (graphic_FillArc(((&(self)->header.view))->drawable, (EnclRect), (StartAngle), (OffsetAngle),(Tile)))
#define fnotev_FillArcSize(self,x,y,width,height,StartAngle,OffsetAngle,Tile) \
 (graphic_FillArcSize(((&(self)->header.view))->drawable, (x), (y), (width), (height), (StartAngle), (OffsetAngle), (Tile)))
#define fnotev_FillRRect(self,OuterBox,InnerBox,Tile) \
 (graphic_FillRRect(((&(self)->header.view))->drawable, (OuterBox), (InnerBox), (Tile)))
#define fnotev_FillRRectSize(self,x,y,width,height,cornerWidth,cornerHeight,Tile) \
 (graphic_FillRRectSize(((&(self)->header.view))->drawable, (x), (y), (width), (height), (cornerWidth), (cornerHeight), (Tile)))
#define fnotev_FillRgn(self,Rgn,Tile) \
 (graphic_FillRgn(((&(self)->header.view))->drawable, (Rgn), (Tile)))
#define fnotev_EraseRect(self,Rect) \
 (graphic_EraseRect(((&(self)->header.view))->drawable, (Rect)))
#define fnotev_EraseRectSize(self,x,y,width,height) \
 (graphic_EraseRectSize(((&(self)->header.view))->drawable, (x), (y), (width), (height)))
#define fnotev_EraseVisualRect(self) \
 (graphic_EraseVisualRect(((&(self)->header.view))->drawable))
#define fnotev_BitBlt(self,SrcRect,DestView,DstOrigin,ClipRectList) \
 (graphic_BitBlt(((&(self)->header.view))->drawable,(SrcRect), (((struct view *)(DestView))->drawable), (DstOrigin), (ClipRectList)))
#define fnotev_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 fnotev_SetBitAtLoc(self,XPos,YPos,NewValue) \
 (graphic_SetBitAtLoc(((&(self)->header.view))->drawable, (XPos), (YPos), (NewValue)))
#define fnotev_MoveLogicalOrigin(self,DeltaX,DeltaY) \
 (graphic_MoveLogicalOrigin(((&(self)->header.view))->drawable,(DeltaX), (DeltaY)))
#define fnotev_SetLogicalOrigin(self,NewX,NewY) \
 (graphic_SetLogicalOrigin(((&(self)->header.view))->drawable,(NewX), (NewY)))
#define fnotev_SetLogicalOriginPt(self,Pt) \
 (graphic_SetLogicalOriginPt(((&(self)->header.view))->drawable,(Pt)))
#define fnotev_SetClippingRegion(self,region) \
 (graphic_SetClippingRegion(((&(self)->header.view))->drawable, (region)))
#define fnotev_GetClippingRegion(self,region) \
 (graphic_GetClippingRegion(((&(self)->header.view))->drawable, (region)))
#define fnotev_SetClippingRect(self,ClipRect) \
 (graphic_SetClippingRect(((&(self)->header.view))->drawable,(ClipRect)))
#define fnotev_SetClippingRectSize(self,x,y,width,height) \
 (graphic_SetClippingRectSize(((&(self)->header.view))->drawable,(x),(y),(width),(height)))
#define fnotev_ClearClippingRect(self) \
 (graphic_ClearClippingRect(((&(self)->header.view))->drawable))
#define fnotev_GetClippingRect(self,Rect) \
 (graphic_GetClippingRect(((&(self)->header.view))->drawable,(Rect)))
#define fnotev_SetLineWidth(self,NewLineWidth) \
 (graphic_SetLineWidth(((&(self)->header.view))->drawable, (NewLineWidth)))
#define fnotev_GetLineWidth(self) \
 (graphic_GetLineWidth(((&(self)->header.view))->drawable))
#define fnotev_SetLineDash(self,dashPattern,dashOffset,dashType) \
 (graphic_SetLineDash(((&(self)->header.view))->drawable, (dashPattern), (dashOffset), (dashType)))
#define fnotev_GetLineDash(self,dashPattern,dashOffset,dashType) \
 (graphic_GetLineDash(((&(self)->header.view))->drawable, (dashPattern), (dashOffset), (dashType)))
#define fnotev_SetLineCap(self,NewLineCap) \
 (graphic_SetLineCap(((&(self)->header.view))->drawable, (NewLineCap)))
#define fnotev_GetLineCap(self) \
 (graphic_GetLineCap(((&(self)->header.view))->drawable))
#define fnotev_SetLineJoin(self,NewLineJoin) \
 (graphic_SetLineJoin(((&(self)->header.view))->drawable, (NewLineJoin)))
#define fnotev_GetLineJoin(self) \
 (graphic_GetLineJoin(((&(self)->header.view))->drawable))
#define fnotev_SetTransferMode(self,NewTransferMode) \
 (graphic_SetTransferMode(((&(self)->header.view))->drawable, (NewTransferMode)))
#define fnotev_GetTransferMode(self) \
 (graphic_GetTransferMode(((&(self)->header.view))->drawable))
#define fnotev_FlushGraphics(self) \
 (graphic_FlushGraphics(((&(self)->header.view))->drawable))
#define fnotev_WhitePattern(self) \
 (graphic_WhitePattern(((&(self)->header.view))->drawable))
#define fnotev_BlackPattern(self) \
 (graphic_BlackPattern(((&(self)->header.view))->drawable))
#define fnotev_GrayPattern(self,IntensityNum,IntensityDenom) \
 (graphic_GrayPattern(((&(self)->header.view))->drawable, (IntensityNum), (IntensityDenom)))
#define fnotev_SetPatternOrigin(self,xpos,ypos) \
  (graphic_SetPatternOrigin(((&(self)->header.view))->drawable, (xpos), (ypos)))
#define fnotev_GetPatternOrigin(self,xpos,ypos) \
  (graphic_GetPatternOrigin(((&(self)->header.view))->drawable, (xpos), (ypos)))
#define fnotev_SetForegroundColor(self,colorName,red,green,blue) \
 (graphic_SetForegroundColor(((&(self)->header.view))->drawable, (colorName), (red), (green), (blue)))
#define fnotev_GetForegroundColor(self,name,retred,retgreen,retblue) \
     (graphic_GetForegroundColor(((&(self)->header.view))->drawable, (name), (retred), (retgreen), (retblue)))
#define fnotev_SetBackgroundColor(self,colorName,red,green,blue) \
 (graphic_SetBackgroundColor(((&(self)->header.view))->drawable, (colorName), (red),(green),(blue)))
#define fnotev_GetBackgroundColor(self,name,retred,retgreen,retblue) \
 (graphic_GetBackgroundColor(((&(self)->header.view))->drawable, (name), (retred), (retgreen),(retblue)))
#define fnotev_SetFGColor(self,red,green,blue) \
 (graphic_SetFGColor(((&(self)->header.view))->drawable,(red),(green),(blue)))
#define fnotev_GetFGColor(self,red,green,blue) \
 (graphic_GetFGColor(((&(self)->header.view))->drawable,(red),(green),(blue)))
#define fnotev_SetBGColor(self,red,green,blue) \
 (graphic_SetBGColor(((&(self)->header.view))->drawable,(red),(green),(blue)))
#define fnotev_GetBGColor(self,red,green,blue) \
 (graphic_GetBGColor(((&(self)->header.view))->drawable,(red),(green),(blue)))
#define fnotev_GetHorizontalResolution(self) \
 (graphic_GetHorizontalResolution(((&(self)->header.view))->drawable))
#define fnotev_GetVerticalResolution(self) \
 (graphic_GetVerticalResolution(((&(self)->header.view))->drawable))
#define fnotev_GetIM(self) \
 (((&(self)->header.view))->imPtr)
#define fnotev_GetDrawable(self) \
 (((&(self)->header.view))->drawable)
#define fnotev_GetColormap(self) \
 (graphic_GetColormap(((&(self)->header.view))->drawable))
#define fnotev_SetColormap(self,cmap) \
 (graphic_SetColormap(((&(self)->header.view))->drawable, cmap))
#define fnotev_GetInheritedColormap(self) \
 (graphic_GetInheritedColormap(((&(self)->header.view))->drawable))
#define fnotev_SetInheritedColormap(self,cmap) \
 (graphic_SetInheritedColormap(((&(self)->header.view))->drawable, cmap))
#define fnotev_ClearInheritedColormap(self) \
 (graphic_ClearInheritedColormap(((&(self)->header.view))->drawable))
#define fnotev_CurrentColormap(self) \
 (graphic_CurrentColormap(((&(self)->header.view))->drawable))
#define fnotev_EnclosedXToLocalX(self,xvalue) \
   ((xvalue)-graphic_GetEnclosedLeft(((&(self)->header.view))->drawable)+graphic_GetLogicalLeft(((&(self)->header.view))->drawable))
#define fnotev_EnclosedYToLocalY(self,yvalue) \
    ((yvalue)-graphic_GetEnclosedTop(((&(self)->header.view))->drawable)+graphic_GetLogicalTop(((&(self)->header.view))->drawable))
#define fnotev_GetDataObject(self) \
 (((&(self)->header.view))->dataobject)
#define fnotev_DisplayClass(self) \
 (graphic_DisplayClass(((&(self)->header.view))->drawable ))
#define fnotev_ClearColors(self) \
 (graphic_ClearColors(((&(self)->header.view))->drawable))
#define fnotev_pushchild(self) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[59]))) (self))
#define fnotev_popchild(self) \
    ((* ((void (*)())((self)->header.fnotev_methods->routines[60]))) (self))
#define fnotev_SetDisplayStr(self,S) \
 (((self))->displaystr = (S))
#define fnotev_GetParentTextview(self) \
 (((self))->parentview)
#define fnotev_GetParentText(self) \
 (((self))->parenttext)

#define fnotev_NewFromObject(self) \
    ((* ((struct fnotev * (*)())((self)->header.fnotev_methods->info->procs->routines[0]))) (&fnotev_classheader, (self)->header.fnotev_methods->info->versionnumber))
#define fnotev_New() \
    (*((struct fnotev * (*)()) (fnotev_CLASSPROCEDURES->routines[0])))(&fnotev_classheader,fnotev_VERSION)
#define fnotev_Initialize(self) \
    (*((void (*)()) (fnotev_CLASSPROCEDURES->routines[2])))(&fnotev_classheader,self, fnotev_VERSION)

#define fnotev_Destroy(self) \
    ((* ((void (*)()) ((self)->header.fnotev_methods->info->procs->routines[1]))) (&fnotev_classheader, self))
#define fnotev_Finalize(self) \
    (*((void (*)()) (fnotev_CLASSPROCEDURES->routines[3])))(&fnotev_classheader,self)

#define fnotev_InitializeObject(self) \
    (*((boolean (*)()) (fnotev_CLASSPROCEDURES->routines[5])))(&fnotev_classheader,self)
#define fnotev_FinalizeObject(self) \
    (*((void (*)()) (fnotev_CLASSPROCEDURES->routines[6])))(&fnotev_classheader,self)
#define fnotev_InitializeClass() \
    (*((boolean (*)()) (fnotev_CLASSPROCEDURES->routines[7])))(&fnotev_classheader)
#define fnotev_SetEndnote(doendnotes) \
    (*((void (*)()) (fnotev_CLASSPROCEDURES->routines[8])))(&fnotev_classheader,doendnotes)


#endif /* !defined(fnotev_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_fnotev ) && !defined(class_StaticEntriesOnly)*/

