home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / graphic / anibuttn / anibuttn.h < prev    next >
Encoding:
Text File  |  1994-11-03  |  700 b   |  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.