home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / anbt2.zip / ANIBUTTN.H < prev    next >
Text File  |  1993-10-08  |  700b  |  12 lines

  1. VOID APIENTRY AniDeleteButton ( HWND,      /* Handle to Dialog   */
  2.                                 USHORT );  /* ID of control      */
  3.  
  4. VOID APIENTRY AniCreateButton ( HWND,      /* Handle of Dialog    */
  5.                                 SHORT,     /* ID of control       */
  6.                                 USHORT,    /* ID of UP bitmap     */
  7.                                 USHORT,    /* ID of DOWN bitmap   */
  8.                                 USHORT,    /* X Size of bitmaps   */
  9.                                 USHORT,    /* Y Size of bitmaps   */
  10.                                 PCHAR,     /* Status bar text     */
  11.                                 USHORT );  /* ID of status bar    */
  12.