<HTML>
<HEAD>
<TITLE>Create</TITLE></HEAD><BODY><H6><A href=Main.html>Contents page</A></H6><P>
<H6><A href=Main.html>Index</A></H6><P>
<H1>Create</H1>
<HR>
AFFrameIClass/Create<P>
<PRE>
  void = Create(AFWindow *window, AFRect *rect, int recessed, int frametype)<P>

  DESCRIPTION
    This member allows you to add a frame to a window (raised or recessed)
    with size and position of rect.<P>

  INPUTS
    window    - pointer to an AFWindow
    rect      - pointer to an AFRect
    recessed  - recessed value (i.e. AFFrameIClass::recessedUp)
    frametype - frame type (i.e. AFFrameIClass::buttonFrame)<P>

  RESULT
    none<P>

  BUGS
    none known<P>

  SEE ALSO
    AFWindow
    AFRect
    &lt;exec/types.h&gt;
<HR>
